package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "json5@2.2.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "json5@2.2.1",
  9. "_id": "json5@2.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
  12. "_location": "/json5",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "json5@2.2.1",
  18. "name": "json5",
  19. "escapedName": "json5",
  20. "rawSpec": "2.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.1"
  23. },
  24. "_requiredBy": [
  25. "/@babel/core",
  26. "/loader-utils"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.1.tgz",
  29. "_spec": "2.2.1",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  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. "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.1"
  112. }