| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "watchpack@^2.4.1",
- "_id": "watchpack@2.4.4",
- "_inBundle": false,
- "_integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==",
- "_location": "/watchpack",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "watchpack@^2.4.1",
- "name": "watchpack",
- "escapedName": "watchpack",
- "rawSpec": "^2.4.1",
- "saveSpec": null,
- "fetchSpec": "^2.4.1"
- },
- "_requiredBy": [
- "/vue-loader",
- "/webpack"
- ],
- "_resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.4.tgz",
- "_shasum": "473bda72f0850453da6425081ea46fc0d7602947",
- "_spec": "watchpack@^2.4.1",
- "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack",
- "author": {
- "name": "Tobias Koppers @sokra"
- },
- "bugs": {
- "url": "https://github.com/webpack/watchpack/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "glob-to-regexp": "^0.4.1",
- "graceful-fs": "^4.1.2"
- },
- "deprecated": false,
- "description": "Wrapper library for directory and file watching.",
- "devDependencies": {
- "coveralls": "^3.0.0",
- "eslint": "^5.11.1",
- "eslint-config-prettier": "^4.3.0",
- "eslint-plugin-prettier": "^3.1.0",
- "istanbul": "^0.4.3",
- "mocha": "^5.0.1",
- "prettier": "^1.11.0",
- "rimraf": "^2.6.2",
- "should": "^8.3.1",
- "write-file-atomic": "^3.0.1"
- },
- "directories": {
- "test": "test"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "files": [
- "lib/"
- ],
- "homepage": "https://github.com/webpack/watchpack",
- "license": "MIT",
- "main": "./lib/watchpack.js",
- "name": "watchpack",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/webpack/watchpack.git"
- },
- "scripts": {
- "lint": "eslint lib",
- "pretest": "yarn lint",
- "pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
- "test": "mocha",
- "test:coverage": "istanbul cover node_modules/mocha/bin/_mocha",
- "test:only": "mocha"
- },
- "version": "2.4.4"
- }
|