package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "@nuxt/devalue@^1.2.5",
  3. "_id": "@nuxt/devalue@1.2.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Tg86C7tqzvZtZli2BQVqgzZN136mZDTgauvJXagglKkP2xt5Kw3NUIiJyjX0Ww/IZy2xVmD0LN+CEPpij4dB2g==",
  6. "_location": "/@nuxt/devalue",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@nuxt/devalue@^1.2.5",
  12. "name": "@nuxt/devalue",
  13. "escapedName": "@nuxt%2fdevalue",
  14. "scope": "@nuxt",
  15. "rawSpec": "^1.2.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.2.5"
  18. },
  19. "_requiredBy": [
  20. "/@nuxt/builder",
  21. "/@nuxt/vue-renderer"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-1.2.5.tgz",
  24. "_shasum": "8d95e3e74b3332d3eb713342c5c4d18096047d66",
  25. "_spec": "@nuxt/devalue@^1.2.5",
  26. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\builder",
  27. "browser": "dist/devalue.js",
  28. "bugs": {
  29. "url": "https://github.com/nuxt-community/devalue/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "consola": "^2.9.0"
  34. },
  35. "deprecated": false,
  36. "description": "Gets the job done when JSON.stringify can't",
  37. "devDependencies": {
  38. "@types/mocha": "^5.2.6",
  39. "@types/node": "^12.0.10",
  40. "glob": "^7.1.3",
  41. "mocha": "^6.0.2",
  42. "rollup": "^1.3.2",
  43. "rollup-plugin-typescript": "^1.0.0",
  44. "rollup-plugin-virtual": "^1.0.1",
  45. "sander": "^0.6.0",
  46. "ts-node": "^8.0.2",
  47. "tslib": "^1.9.3",
  48. "typescript": "^3.3.3333"
  49. },
  50. "files": [
  51. "dist",
  52. "types"
  53. ],
  54. "homepage": "https://github.com/nuxt-community/devalue#readme",
  55. "license": "MIT",
  56. "main": "dist/devalue.cjs.js",
  57. "module": "dist/devalue.esm.js",
  58. "name": "@nuxt/devalue",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/nuxt-community/devalue.git"
  62. },
  63. "scripts": {
  64. "build": "npm run build-declarations && rollup -c",
  65. "build-declarations": "tsc -d && node scripts/move-type-declarations.js",
  66. "prepublishOnly": "npm run build && npm test",
  67. "test": "mocha --opts mocha.opts"
  68. },
  69. "types": "types/index.d.ts",
  70. "version": "1.2.5"
  71. }