forked from daren.hsu/line_push
update
This commit is contained in:
+17
-18
@@ -1,32 +1,32 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"watchpack@1.7.2",
|
||||
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
||||
"watchpack@1.7.5",
|
||||
"/home/node/nuxt"
|
||||
]
|
||||
],
|
||||
"_from": "watchpack@1.7.2",
|
||||
"_id": "watchpack@1.7.2",
|
||||
"_from": "watchpack@1.7.5",
|
||||
"_id": "watchpack@1.7.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ymVbbQP40MFTp+cNMvpyBpBtygHnPzPkHqoIwRRj/0B8KhqQwV8LaKjtbaxF2lK4vl8zN9wCxS46IFCU5K4W0g==",
|
||||
"_integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==",
|
||||
"_location": "/watchpack",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "watchpack@1.7.2",
|
||||
"raw": "watchpack@1.7.5",
|
||||
"name": "watchpack",
|
||||
"escapedName": "watchpack",
|
||||
"rawSpec": "1.7.2",
|
||||
"rawSpec": "1.7.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.7.2"
|
||||
"fetchSpec": "1.7.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.2.tgz",
|
||||
"_spec": "1.7.2",
|
||||
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
||||
"_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz",
|
||||
"_spec": "1.7.5",
|
||||
"_where": "/home/node/nuxt",
|
||||
"author": {
|
||||
"name": "Tobias Koppers @sokra"
|
||||
},
|
||||
@@ -34,10 +34,10 @@
|
||||
"url": "https://github.com/webpack/watchpack/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"chokidar": "^3.4.0",
|
||||
"chokidar": "^3.4.1",
|
||||
"graceful-fs": "^4.1.2",
|
||||
"neo-async": "^2.5.0",
|
||||
"watchpack-chokidar2": "^2.0.0"
|
||||
"watchpack-chokidar2": "^2.0.1"
|
||||
},
|
||||
"description": "Wrapper library for directory and file watching.",
|
||||
"devDependencies": {
|
||||
@@ -53,16 +53,15 @@
|
||||
"test": "test"
|
||||
},
|
||||
"files": [
|
||||
"lib/",
|
||||
"chokidar2"
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/webpack/watchpack",
|
||||
"license": "MIT",
|
||||
"main": "./lib/watchpack.js",
|
||||
"name": "watchpack",
|
||||
"optionalDependencies": {
|
||||
"chokidar": "^3.4.0",
|
||||
"watchpack-chokidar2": "^2.0.0"
|
||||
"chokidar": "^3.4.1",
|
||||
"watchpack-chokidar2": "^2.0.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -76,5 +75,5 @@
|
||||
"test": "mocha",
|
||||
"travis": "npm run cover -- --report lcovonly"
|
||||
},
|
||||
"version": "1.7.2"
|
||||
"version": "1.7.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user