You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
2.9 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "json5@2.2.3",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json5@2.2.3",
  10. "_id": "json5@2.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  13. "_location": "/json5",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json5@2.2.3",
  19. "name": "json5",
  20. "escapedName": "json5",
  21. "rawSpec": "2.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.3"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core",
  27. "/babel-loader/loader-utils",
  28. "/thread-loader/loader-utils"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  31. "_spec": "2.2.3",
  32. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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. "description": "JSON for Humans",
  59. "devDependencies": {
  60. "core-js": "^2.6.5",
  61. "eslint": "^5.15.3",
  62. "eslint-config-standard": "^12.0.0",
  63. "eslint-plugin-import": "^2.16.0",
  64. "eslint-plugin-node": "^8.0.1",
  65. "eslint-plugin-promise": "^4.0.1",
  66. "eslint-plugin-standard": "^4.0.0",
  67. "npm-run-all": "^4.1.5",
  68. "regenerate": "^1.4.0",
  69. "rollup": "^0.64.1",
  70. "rollup-plugin-buble": "^0.19.6",
  71. "rollup-plugin-commonjs": "^9.2.1",
  72. "rollup-plugin-node-resolve": "^3.4.0",
  73. "rollup-plugin-terser": "^1.0.1",
  74. "sinon": "^6.3.5",
  75. "tap": "^12.6.0",
  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. "module": "dist/index.mjs",
  96. "name": "json5",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/json5/json5.git"
  100. },
  101. "scripts": {
  102. "build": "rollup -c",
  103. "build-package": "node build/package.js",
  104. "build-unicode": "node build/unicode.js",
  105. "coverage": "tap --coverage-report html test",
  106. "lint": "eslint --fix .",
  107. "lint-report": "eslint .",
  108. "prepublishOnly": "npm run production",
  109. "preversion": "npm run production",
  110. "production": "run-s test build",
  111. "tap": "tap -Rspec --100 test",
  112. "test": "run-s lint-report tap",
  113. "version": "npm run build-package && git add package.json5"
  114. },
  115. "types": "lib/index.d.ts",
  116. "version": "2.2.3"
  117. }