package.json 2.8 KB

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