package.json
1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"_from": "tapable@^0.2.7",
"_id": "tapable@0.2.8",
"_inBundle": false,
"_integrity": "sha1-mTcqXJmb8t8WCvwNdL7U9HlIzSI=",
"_location": "/tapable",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tapable@^0.2.7",
"name": "tapable",
"escapedName": "tapable",
"rawSpec": "^0.2.7",
"saveSpec": null,
"fetchSpec": "^0.2.7"
},
"_requiredBy": [
"/enhanced-resolve",
"/webpack"
],
"_resolved": "https://registry.npmjs.org/tapable/-/tapable-0.2.8.tgz",
"_shasum": "99372a5c999bf2df160afc0d74bed4f47948cd22",
"_spec": "tapable@^0.2.7",
"_where": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\一二三\\src\\finance_serv\\node_modules\\webpack",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack/tapable/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Just a little module for plugins.",
"devDependencies": {
"mocha": "^2.2.4",
"should": "^5.2.0"
},
"engines": {
"node": ">=0.6"
},
"files": [
"lib"
],
"homepage": "https://github.com/webpack/tapable",
"license": "MIT",
"main": "lib/Tapable.js",
"name": "tapable",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/webpack/tapable.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "0.2.8"
}