package.json 2.8 KB

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