You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.0 KiB

2 weeks ago
  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. ],
  22. "_resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  23. "_shasum": "cbe97fe0162b365edc1dba80e173f90492535343",
  24. "_spec": "@vue/devtools-api@^6.6.3",
  25. "_where": "D:\\work\\questionbankvue3\\node_modules\\pinia",
  26. "author": {
  27. "name": "Guillaume Chau"
  28. },
  29. "browser": "lib/esm/index.js",
  30. "bugs": {
  31. "url": "https://github.com/vuejs/vue-devtools/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Interact with the Vue devtools from the page",
  36. "devDependencies": {
  37. "@types/node": "^20.11.16",
  38. "@types/webpack-env": "^1.15.1",
  39. "typescript": "^5.3.3"
  40. },
  41. "files": [
  42. "lib/cjs",
  43. "lib/esm"
  44. ],
  45. "homepage": "https://github.com/vuejs/vue-devtools#readme",
  46. "license": "MIT",
  47. "main": "lib/cjs/index.js",
  48. "module": "lib/esm/index.js",
  49. "name": "@vue/devtools-api",
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "url": "git+https://github.com/vuejs/vue-devtools.git",
  55. "type": "git",
  56. "directory": "packages/api"
  57. },
  58. "scripts": {
  59. "build": "rimraf lib && yarn build:esm && yarn build:cjs",
  60. "build:cjs": "tsc --module commonjs --outDir lib/cjs",
  61. "build:esm": "tsc --module es2015 --outDir lib/esm -d",
  62. "build:watch": "yarn tsc --module es2015 --outDir lib/esm -d -w --sourceMap"
  63. },
  64. "sideEffects": false,
  65. "types": "lib/esm/index.d.ts",
  66. "version": "6.6.4"
  67. }