package.json 2.1 KB

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