package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "json-formatter-js",
  3. "_id": "json-formatter-js@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-HtmHIj7y8dlFMEWX+q54tYCoISs=",
  6. "_location": "/json-formatter-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "json-formatter-js",
  12. "name": "json-formatter-js",
  13. "escapedName": "json-formatter-js",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/json-formatter-js/-/json-formatter-js-2.2.0.tgz",
  23. "_shasum": "1ed987223ef2f1d945304597faae78b580a8212b",
  24. "_spec": "json-formatter-js",
  25. "_where": "/home/zorro/Documents/Sahib/zweiachtzehn",
  26. "author": {
  27. "name": "Mohsen Azimi",
  28. "email": "me@azimi.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mohsen1/json-formatter-js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "JSON Formatter core library ",
  36. "devDependencies": {
  37. "@types/jest": "^19.2.2",
  38. "chai": "^3.2.0",
  39. "css-loader": "^0.26.1",
  40. "jest": "^19.0.2",
  41. "less": "^2.7.1",
  42. "less-loader": "^2.2.3",
  43. "minimist": "^1.2.0",
  44. "mocha": "^3.2.0",
  45. "style-loader": "^0.13.1",
  46. "ts-jest": "^19.0.6",
  47. "ts-loader": "^2.0.0",
  48. "typescript": "^2.2.2",
  49. "webpack": "^2.2.1",
  50. "webpack-dev-server": "^1.16.2"
  51. },
  52. "homepage": "https://github.com/mohsen1/json-formatter-js#readme",
  53. "jest": {
  54. "transform": {
  55. ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
  56. },
  57. "testRegex": "(test/.*|\\.(test|spec))\\.(ts|tsx|js)$",
  58. "moduleFileExtensions": [
  59. "ts",
  60. "tsx",
  61. "js"
  62. ]
  63. },
  64. "keywords": [
  65. "json"
  66. ],
  67. "license": "MIT",
  68. "main": "dist/json-formatter.js",
  69. "name": "json-formatter-js",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/mohsen1/json-formatter-js.git"
  73. },
  74. "scripts": {
  75. "build": "webpack && webpack --config demo/webpack.config.js",
  76. "start": "node server.js",
  77. "test": "jest"
  78. },
  79. "types": "dist/src/index.d.js",
  80. "version": "2.2.0"
  81. }