package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "json5@^2.1.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==",
  6. "_location": "/json5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "json5@^2.1.0",
  12. "name": "json5",
  13. "escapedName": "json5",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/core"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/json5/-/json5-2.1.0.tgz",
  22. "_shasum": "e7a0c62c48285c628d20a10b85c89bb807c32850",
  23. "_spec": "json5@^2.1.0",
  24. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/core",
  25. "author": {
  26. "name": "Aseem Kishore",
  27. "email": "[email protected]"
  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": "[email protected]"
  41. },
  42. {
  43. "name": "Andrew Eisenberg",
  44. "email": "[email protected]"
  45. },
  46. {
  47. "name": "Jordan Tucker",
  48. "email": "[email protected]"
  49. }
  50. ],
  51. "dependencies": {
  52. "minimist": "^1.2.0"
  53. },
  54. "deprecated": false,
  55. "description": "JSON for humans.",
  56. "devDependencies": {
  57. "core-js": "^2.5.7",
  58. "eslint": "^5.3.0",
  59. "eslint-config-standard": "^11.0.0",
  60. "eslint-plugin-import": "^2.14.0",
  61. "eslint-plugin-node": "^7.0.1",
  62. "eslint-plugin-promise": "^3.8.0",
  63. "eslint-plugin-standard": "^3.1.0",
  64. "regenerate": "^1.4.0",
  65. "rollup": "^0.64.1",
  66. "rollup-plugin-buble": "^0.19.2",
  67. "rollup-plugin-commonjs": "^9.1.5",
  68. "rollup-plugin-node-resolve": "^3.3.0",
  69. "rollup-plugin-terser": "^1.0.1",
  70. "sinon": "^6.1.5",
  71. "tap": "^12.0.1",
  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. "name": "json5",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/json5/json5.git"
  95. },
  96. "scripts": {
  97. "build": "rollup -c",
  98. "build-package": "node build/package.js",
  99. "build-unicode": "node build/unicode.js",
  100. "coverage": "tap --coverage-report html test",
  101. "lint": "eslint --fix .",
  102. "prepublishOnly": "npm run production",
  103. "preversion": "npm run production",
  104. "production": "npm run lint && npm test && npm run build",
  105. "test": "tap -Rspec --100 test",
  106. "version": "npm run build-package && git add package.json5"
  107. },
  108. "version": "2.1.0"
  109. }