package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "@discoveryjs/json-ext@0.5.7",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@discoveryjs/json-ext@0.5.7",
  10. "_id": "@discoveryjs/json-ext@0.5.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
  13. "_location": "/@discoveryjs/json-ext",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@discoveryjs/json-ext@0.5.7",
  19. "name": "@discoveryjs/json-ext",
  20. "escapedName": "@discoveryjs%2fjson-ext",
  21. "scope": "@discoveryjs",
  22. "rawSpec": "0.5.7",
  23. "saveSpec": null,
  24. "fetchSpec": "0.5.7"
  25. },
  26. "_requiredBy": [
  27. "/webpack-cli"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
  30. "_spec": "0.5.7",
  31. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  32. "author": {
  33. "name": "Roman Dvornov",
  34. "email": "rdvornov@gmail.com",
  35. "url": "https://github.com/lahmatiy"
  36. },
  37. "browser": {
  38. "./src/stringify-stream.js": "./src/stringify-stream-browser.js",
  39. "./src/text-decoder.js": "./src/text-decoder-browser.js",
  40. "./src/version.js": "./dist/version.js"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/discoveryjs/json-ext/issues"
  44. },
  45. "description": "A set of utilities that extend the use of JSON",
  46. "devDependencies": {
  47. "@rollup/plugin-commonjs": "^15.1.0",
  48. "@rollup/plugin-json": "^4.1.0",
  49. "@rollup/plugin-node-resolve": "^9.0.0",
  50. "c8": "^7.10.0",
  51. "chalk": "^4.1.0",
  52. "cross-env": "^7.0.3",
  53. "eslint": "^8.10.0",
  54. "mocha": "^8.4.0",
  55. "rollup": "^2.28.2",
  56. "rollup-plugin-terser": "^7.0.2"
  57. },
  58. "engines": {
  59. "node": ">=10.0.0"
  60. },
  61. "files": [
  62. "dist",
  63. "src",
  64. "index.d.ts"
  65. ],
  66. "homepage": "https://github.com/discoveryjs/json-ext#readme",
  67. "keywords": [
  68. "json",
  69. "utils",
  70. "stream",
  71. "async",
  72. "promise",
  73. "stringify",
  74. "info"
  75. ],
  76. "license": "MIT",
  77. "main": "./src/index",
  78. "name": "@discoveryjs/json-ext",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/discoveryjs/json-ext.git"
  82. },
  83. "scripts": {
  84. "build": "rollup --config",
  85. "build-and-test": "npm run build && npm run test:dist",
  86. "coverage": "c8 --reporter=lcovonly npm test",
  87. "lint": "eslint src test",
  88. "lint-and-test": "npm run lint && npm test",
  89. "prepublishOnly": "npm run lint && npm test && npm run build-and-test",
  90. "test": "mocha --reporter progress",
  91. "test:all": "npm run test:src && npm run test:dist",
  92. "test:dist": "cross-env MODE=dist npm test && cross-env MODE=dist-min npm test",
  93. "test:src": "npm test"
  94. },
  95. "types": "./index.d.ts",
  96. "version": "0.5.7"
  97. }