package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "@vue/devtools-api@^6.0.0-beta.11",
  3. "_id": "@vue/devtools-api@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==",
  6. "_location": "/@vue/devtools-api",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@vue/devtools-api@^6.0.0-beta.11",
  12. "name": "@vue/devtools-api",
  13. "escapedName": "@vue%2fdevtools-api",
  14. "scope": "@vue",
  15. "rawSpec": "^6.0.0-beta.11",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.0.0-beta.11"
  18. },
  19. "_requiredBy": [
  20. "/vuex"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz",
  23. "_shasum": "98b99425edee70b4c992692628fa1ea2c1e57d07",
  24. "_spec": "@vue/devtools-api@^6.0.0-beta.11",
  25. "_where": "D:\\公司项目\\海亮\\wms\\node_modules\\vuex",
  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.5.0"
  67. }