1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "vue@3.0.0",
- "_id": "vue@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-ZMrAARZ32sGIaYKr7Fk2GZEBh/VhulSrGxcGBiAvbN4fhjl3tuJyNFbbbLFqGjndbLoBW66I2ECq8ICdvkKdJw==",
- "_location": "/vue",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "vue@3.0.0",
- "name": "vue",
- "escapedName": "vue",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/vue/-/vue-3.0.0.tgz",
- "_shasum": "cfb5df5c34efce319b113a1667d12b74dcfd9c90",
- "_spec": "vue@3.0.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\test\\zx_bms_uni",
- "author": {
- "name": "Evan You"
- },
- "bugs": {
- "url": "https://github.com/vuejs/vue-next/issues"
- },
- "buildOptions": {
- "name": "Vue",
- "formats": [
- "esm-bundler",
- "esm-bundler-runtime",
- "cjs",
- "global",
- "global-runtime",
- "esm-browser",
- "esm-browser-runtime"
- ]
- },
- "bundleDependencies": false,
- "dependencies": {
- "@vue/compiler-dom": "3.0.0",
- "@vue/runtime-dom": "3.0.0",
- "@vue/shared": "3.0.0"
- },
- "deprecated": false,
- "description": "vue",
- "devDependencies": {
- "lodash": "^4.17.15",
- "marked": "^0.7.0",
- "todomvc-app-css": "^2.3.0"
- },
- "files": [
- "index.js",
- "dist"
- ],
- "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/vue#readme",
- "jsdelivr": "dist/vue.global.js",
- "keywords": [
- "vue"
- ],
- "license": "MIT",
- "main": "index.js",
- "module": "dist/vue.runtime.esm-bundler.js",
- "name": "vue",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-next.git"
- },
- "types": "dist/vue.d.ts",
- "unpkg": "dist/vue.global.js",
- "version": "3.0.0"
- }
|