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

71 lines
2.0 KiB
JSON

2 years ago
{
"_args": [
[
"@vue/devtools-api@6.3.0",
"D:\\myproject\\202304\\manual-send-out\\vue_ManualSendOut"
]
],
"_from": "@vue/devtools-api@6.3.0",
"_id": "@vue/devtools-api@6.3.0",
"_inBundle": false,
"_integrity": "sha512-OfjtreoF3LtHmte3TrWSoZcyL4XWBL5+dTnCARuJZzTCYuaaO29PGMKCKdmXi4CZ0SiN0Exz1IGSo2S5BgDwEQ==",
"_location": "/@vue/devtools-api",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@vue/devtools-api@6.3.0",
"name": "@vue/devtools-api",
"escapedName": "@vue%2fdevtools-api",
"scope": "@vue",
"rawSpec": "6.3.0",
"saveSpec": null,
"fetchSpec": "6.3.0"
},
"_requiredBy": [
"/vue-router"
],
"_resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.3.0.tgz",
"_spec": "6.3.0",
"_where": "D:\\myproject\\202304\\manual-send-out\\vue_ManualSendOut",
"author": {
"name": "Guillaume Chau"
},
"browser": "lib/esm/index.js",
"bugs": {
"url": "https://github.com/vuejs/vue-devtools/issues"
},
"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.3.0"
}