package.json 2.7 KB

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