123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_args": [
- [
- "vue-hot-reload-api@2.3.3",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "vue-hot-reload-api@2.3.3",
- "_id": "vue-hot-reload-api@2.3.3",
- "_inBundle": false,
- "_integrity": "sha1-J1b0bLMlgFTF9HI96K5+hzAqHM8=",
- "_location": "/vue-hot-reload-api",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "vue-hot-reload-api@2.3.3",
- "name": "vue-hot-reload-api",
- "escapedName": "vue-hot-reload-api",
- "rawSpec": "2.3.3",
- "saveSpec": null,
- "fetchSpec": "2.3.3"
- },
- "_requiredBy": [
- "/vue-loader"
- ],
- "_resolved": "https://registry.npm.taobao.org/vue-hot-reload-api/download/vue-hot-reload-api-2.3.3.tgz",
- "_spec": "2.3.3",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Evan You"
- },
- "bugs": {
- "url": "https://github.com/vuejs/vue-hot-reload-api/issues"
- },
- "description": "hot reload api for *.vue components",
- "devDependencies": {
- "buble": "^0.19.6",
- "jest": "^23.6.0",
- "vue": "^2.5.21"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/vuejs/vue-hot-reload-api#readme",
- "keywords": [
- "vue",
- "hot",
- "reload"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "name": "vue-hot-reload-api",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-hot-reload-api.git"
- },
- "scripts": {
- "build": "buble src -o dist",
- "prepublishOnly": "npm run test && npm run build",
- "test": "jest"
- },
- "version": "2.3.3"
- }
|