package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@vue/devtools-api@^6.0.0",
  3. "_id": "@vue/devtools-api@6.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==",
  6. "_location": "/@vue/devtools-api",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vue/devtools-api@^6.0.0",
  12. "name": "@vue/devtools-api",
  13. "escapedName": "@vue%2fdevtools-api",
  14. "scope": "@vue",
  15. "rawSpec": "^6.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.0.0"
  18. },
  19. "_requiredBy": [
  20. "/vue-router"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.2.1.tgz",
  23. "_shasum": "6f2948ff002ec46df01420dfeff91de16c5b4092",
  24. "_spec": "@vue/devtools-api@^6.0.0",
  25. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/vue-router",
  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": "^13.9.1",
  38. "@types/webpack-env": "^1.15.1",
  39. "typescript": "^4.5.2"
  40. },
  41. "files": [
  42. "lib/esm",
  43. "lib/cjs"
  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.2.1"
  67. }