12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "@vue/devtools-api@^6.0.0-beta.11",
- "_id": "@vue/devtools-api@6.5.0",
- "_inBundle": false,
- "_integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==",
- "_location": "/@vue/devtools-api",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@vue/devtools-api@^6.0.0-beta.11",
- "name": "@vue/devtools-api",
- "escapedName": "@vue%2fdevtools-api",
- "scope": "@vue",
- "rawSpec": "^6.0.0-beta.11",
- "saveSpec": null,
- "fetchSpec": "^6.0.0-beta.11"
- },
- "_requiredBy": [
- "/vuex"
- ],
- "_resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz",
- "_shasum": "98b99425edee70b4c992692628fa1ea2c1e57d07",
- "_spec": "@vue/devtools-api@^6.0.0-beta.11",
- "_where": "D:\\公司项目\\海亮\\wms\\node_modules\\vuex",
- "author": {
- "name": "Guillaume Chau"
- },
- "browser": "lib/esm/index.js",
- "bugs": {
- "url": "https://github.com/vuejs/vue-devtools/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Interact with the Vue devtools from the page",
- "devDependencies": {
- "@types/node": "^13.9.1",
- "@types/webpack-env": "^1.15.1",
- "typescript": "^4.5.2"
- },
- "files": [
- "lib/esm",
- "lib/cjs"
- ],
- "homepage": "https://github.com/vuejs/vue-devtools#readme",
- "license": "MIT",
- "main": "lib/cjs/index.js",
- "module": "lib/esm/index.js",
- "name": "@vue/devtools-api",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "url": "git+https://github.com/vuejs/vue-devtools.git",
- "type": "git",
- "directory": "packages/api"
- },
- "scripts": {
- "build": "rimraf lib && yarn build:esm && yarn build:cjs",
- "build:cjs": "tsc --module commonjs --outDir lib/cjs",
- "build:esm": "tsc --module es2015 --outDir lib/esm -d",
- "build:watch": "yarn tsc --module es2015 --outDir lib/esm -d -w --sourceMap"
- },
- "sideEffects": false,
- "types": "lib/esm/index.d.ts",
- "version": "6.5.0"
- }
|