package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "json5@2.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json5@2.1.0",
  10. "_id": "json5@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-56DGLEgoXGKNIKELhcibuAfDKFA=",
  13. "_location": "/json5",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json5@2.1.0",
  19. "name": "json5",
  20. "escapedName": "json5",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/json5/download/json5-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Aseem Kishore",
  33. "email": "aseem.kishore@gmail.com"
  34. },
  35. "bin": {
  36. "json5": "lib/cli.js"
  37. },
  38. "browser": "dist/index.js",
  39. "bugs": {
  40. "url": "https://github.com/json5/json5/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Max Nanasy",
  45. "email": "max.nanasy@gmail.com"
  46. },
  47. {
  48. "name": "Andrew Eisenberg",
  49. "email": "andrew@eisenberg.as"
  50. },
  51. {
  52. "name": "Jordan Tucker",
  53. "email": "jordanbtucker@gmail.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "minimist": "^1.2.0"
  58. },
  59. "description": "JSON for humans.",
  60. "devDependencies": {
  61. "core-js": "^2.5.7",
  62. "eslint": "^5.3.0",
  63. "eslint-config-standard": "^11.0.0",
  64. "eslint-plugin-import": "^2.14.0",
  65. "eslint-plugin-node": "^7.0.1",
  66. "eslint-plugin-promise": "^3.8.0",
  67. "eslint-plugin-standard": "^3.1.0",
  68. "regenerate": "^1.4.0",
  69. "rollup": "^0.64.1",
  70. "rollup-plugin-buble": "^0.19.2",
  71. "rollup-plugin-commonjs": "^9.1.5",
  72. "rollup-plugin-node-resolve": "^3.3.0",
  73. "rollup-plugin-terser": "^1.0.1",
  74. "sinon": "^6.1.5",
  75. "tap": "^12.0.1",
  76. "unicode-10.0.0": "^0.7.5"
  77. },
  78. "engines": {
  79. "node": ">=6"
  80. },
  81. "files": [
  82. "lib/",
  83. "dist/"
  84. ],
  85. "homepage": "http://json5.org/",
  86. "keywords": [
  87. "json",
  88. "json5",
  89. "es5",
  90. "es2015",
  91. "ecmascript"
  92. ],
  93. "license": "MIT",
  94. "main": "lib/index.js",
  95. "name": "json5",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/json5/json5.git"
  99. },
  100. "scripts": {
  101. "build": "rollup -c",
  102. "build-package": "node build/package.js",
  103. "build-unicode": "node build/unicode.js",
  104. "coverage": "tap --coverage-report html test",
  105. "lint": "eslint --fix .",
  106. "prepublishOnly": "npm run production",
  107. "preversion": "npm run production",
  108. "production": "npm run lint && npm test && npm run build",
  109. "test": "tap -Rspec --100 test",
  110. "version": "npm run build-package && git add package.json5"
  111. },
  112. "version": "2.1.0"
  113. }