You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.8 KiB
77 lines
1.8 KiB
{ |
|
"_args": [ |
|
[ |
|
"tapable@2.2.1", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "tapable@2.2.1", |
|
"_id": "tapable@2.2.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", |
|
"_location": "/tapable", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "tapable@2.2.1", |
|
"name": "tapable", |
|
"escapedName": "tapable", |
|
"rawSpec": "2.2.1", |
|
"saveSpec": null, |
|
"fetchSpec": "2.2.1" |
|
}, |
|
"_requiredBy": [ |
|
"/@dcloudio/uni-cli-shared" |
|
], |
|
"_resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", |
|
"_spec": "2.2.1", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Tobias Koppers @sokra" |
|
}, |
|
"browser": { |
|
"util": "./lib/util-browser.js" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/webpack/tapable/issues" |
|
}, |
|
"description": "Just a little module for plugins.", |
|
"devDependencies": { |
|
"@babel/core": "^7.4.4", |
|
"@babel/preset-env": "^7.4.4", |
|
"babel-jest": "^24.8.0", |
|
"codecov": "^3.5.0", |
|
"jest": "^24.8.0", |
|
"prettier": "^1.17.1" |
|
}, |
|
"engines": { |
|
"node": ">=6" |
|
}, |
|
"files": [ |
|
"lib", |
|
"!lib/__tests__", |
|
"tapable.d.ts" |
|
], |
|
"homepage": "https://github.com/webpack/tapable", |
|
"jest": { |
|
"transform": { |
|
"__tests__[\\\\/].+\\.js$": "babel-jest" |
|
} |
|
}, |
|
"license": "MIT", |
|
"main": "lib/index.js", |
|
"name": "tapable", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+ssh://git@github.com/webpack/tapable.git" |
|
}, |
|
"scripts": { |
|
"pretty": "prettier --loglevel warn --write lib/*.js lib/__tests__/*.js", |
|
"pretty-lint": "prettier --check lib/*.js lib/__tests__/*.js", |
|
"test": "jest", |
|
"travis": "yarn pretty-lint && jest --coverage && codecov" |
|
}, |
|
"types": "./tapable.d.ts", |
|
"version": "2.2.1" |
|
}
|
|
|