npm and error messages

This commit is contained in:
2018-10-27 03:51:47 -05:00
parent 692ab70565
commit 025a403027
29601 changed files with 2759363 additions and 14 deletions

61
node_modules/vue-hot-reload-api/package.json generated vendored Normal file
View File

@@ -0,0 +1,61 @@
{
"_from": "vue-hot-reload-api@^2.2.0",
"_id": "vue-hot-reload-api@2.3.1",
"_inBundle": false,
"_integrity": "sha512-AA86yKZ5uOKz87/q1UpngEXhbRkaYg1b7HMMVRobNV1IVKqZe8oLIzo6iMocVwZXnYitlGwf2k4ZRLOZlS8oPQ==",
"_location": "/vue-hot-reload-api",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vue-hot-reload-api@^2.2.0",
"name": "vue-hot-reload-api",
"escapedName": "vue-hot-reload-api",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"/vue-loader"
],
"_resolved": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.3.1.tgz",
"_shasum": "b2d3d95402a811602380783ea4f566eb875569a2",
"_spec": "vue-hot-reload-api@^2.2.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\vue-loader",
"author": {
"name": "Evan You"
},
"bugs": {
"url": "https://github.com/vuejs/vue-hot-reload-api/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "hot reload api for *.vue components",
"devDependencies": {
"buble": "^0.16.0",
"jest": "^21.2.1",
"vue": "^2.4.4"
},
"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.1"
}