package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@vue/devtools-api@^6.6.3",
  3. "_id": "@vue/devtools-api@6.6.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  6. "_location": "/@vue/devtools-api",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vue/devtools-api@^6.6.3",
  12. "name": "@vue/devtools-api",
  13. "escapedName": "@vue%2fdevtools-api",
  14. "scope": "@vue",
  15. "rawSpec": "^6.6.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.6.3"
  18. },
  19. "_requiredBy": [
  20. "/pinia",
  21. "/vue-router"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  24. "_shasum": "cbe97fe0162b365edc1dba80e173f90492535343",
  25. "_spec": "@vue/devtools-api@^6.6.3",
  26. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\pinia",
  27. "author": {
  28. "name": "Guillaume Chau"
  29. },
  30. "browser": "lib/esm/index.js",
  31. "bugs": {
  32. "url": "https://github.com/vuejs/vue-devtools/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Interact with the Vue devtools from the page",
  37. "devDependencies": {
  38. "@types/node": "^20.11.16",
  39. "@types/webpack-env": "^1.15.1",
  40. "typescript": "^5.3.3"
  41. },
  42. "files": [
  43. "lib/cjs",
  44. "lib/esm"
  45. ],
  46. "homepage": "https://github.com/vuejs/vue-devtools#readme",
  47. "license": "MIT",
  48. "main": "lib/cjs/index.js",
  49. "module": "lib/esm/index.js",
  50. "name": "@vue/devtools-api",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "url": "git+https://github.com/vuejs/vue-devtools.git",
  56. "type": "git",
  57. "directory": "packages/api"
  58. },
  59. "scripts": {
  60. "build": "rimraf lib && yarn build:esm && yarn build:cjs",
  61. "build:cjs": "tsc --module commonjs --outDir lib/cjs",
  62. "build:esm": "tsc --module es2015 --outDir lib/esm -d",
  63. "build:watch": "yarn tsc --module es2015 --outDir lib/esm -d -w --sourceMap"
  64. },
  65. "sideEffects": false,
  66. "types": "lib/esm/index.d.ts",
  67. "version": "6.6.4"
  68. }