package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "json5@^2.1.1",
  3. "_id": "json5@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
  6. "_location": "/json5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "json5@^2.1.1",
  12. "name": "json5",
  13. "escapedName": "json5",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/config"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
  22. "_shasum": "2dfefe720c6ba525d9ebd909950f0515316c89a3",
  23. "_spec": "json5@^2.1.1",
  24. "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/config",
  25. "author": {
  26. "name": "Aseem Kishore",
  27. "email": "aseem.kishore@gmail.com"
  28. },
  29. "bin": {
  30. "json5": "lib/cli.js"
  31. },
  32. "browser": "dist/index.js",
  33. "bugs": {
  34. "url": "https://github.com/json5/json5/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Max Nanasy",
  40. "email": "max.nanasy@gmail.com"
  41. },
  42. {
  43. "name": "Andrew Eisenberg",
  44. "email": "andrew@eisenberg.as"
  45. },
  46. {
  47. "name": "Jordan Tucker",
  48. "email": "jordanbtucker@gmail.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "minimist": "^1.2.5"
  53. },
  54. "deprecated": false,
  55. "description": "JSON for humans.",
  56. "devDependencies": {
  57. "core-js": "^2.6.5",
  58. "eslint": "^5.15.3",
  59. "eslint-config-standard": "^12.0.0",
  60. "eslint-plugin-import": "^2.16.0",
  61. "eslint-plugin-node": "^8.0.1",
  62. "eslint-plugin-promise": "^4.0.1",
  63. "eslint-plugin-standard": "^4.0.0",
  64. "regenerate": "^1.4.0",
  65. "rollup": "^0.64.1",
  66. "rollup-plugin-buble": "^0.19.6",
  67. "rollup-plugin-commonjs": "^9.2.1",
  68. "rollup-plugin-node-resolve": "^3.4.0",
  69. "rollup-plugin-terser": "^1.0.1",
  70. "sinon": "^6.3.5",
  71. "tap": "^12.6.0",
  72. "unicode-10.0.0": "^0.7.5"
  73. },
  74. "engines": {
  75. "node": ">=6"
  76. },
  77. "files": [
  78. "lib/",
  79. "dist/"
  80. ],
  81. "homepage": "http://json5.org/",
  82. "keywords": [
  83. "json",
  84. "json5",
  85. "es5",
  86. "es2015",
  87. "ecmascript"
  88. ],
  89. "license": "MIT",
  90. "main": "lib/index.js",
  91. "module": "dist/index.mjs",
  92. "name": "json5",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/json5/json5.git"
  96. },
  97. "scripts": {
  98. "build": "rollup -c",
  99. "build-package": "node build/package.js",
  100. "build-unicode": "node build/unicode.js",
  101. "coverage": "tap --coverage-report html test",
  102. "lint": "eslint --fix .",
  103. "prepublishOnly": "npm run production",
  104. "preversion": "npm run production",
  105. "production": "npm run lint && npm test && npm run build",
  106. "test": "tap -Rspec --100 test",
  107. "version": "npm run build-package && git add package.json5"
  108. },
  109. "types": "lib/index.d.ts",
  110. "version": "2.2.0"
  111. }