package.json 2.6 KB

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