package.json
1.58 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
58
59
60
61
62
63
{
"_args": [
[
"shimmer@1.2.1",
"/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
]
],
"_from": "shimmer@1.2.1",
"_id": "shimmer@1.2.1",
"_inBundle": false,
"_integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==",
"_location": "/shimmer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "shimmer@1.2.1",
"name": "shimmer",
"escapedName": "shimmer",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/cls-bluebird"
],
"_resolved": "https://registry.npmjs.org/shimmer/-/shimmer-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
"author": {
"name": "Forrest L Norvell",
"email": "ogd@aoaioxxysz.net"
},
"bugs": {
"url": "https://github.com/othiym23/shimmer/issues"
},
"description": "Safe(r) monkeypatching for JavaScript.",
"devDependencies": {
"sinon": "^7.2.2",
"standard": "^12.0.1",
"tap": "^12.1.1"
},
"homepage": "https://github.com/othiym23/shimmer#readme",
"keywords": [
"monkeypatch",
"swizzle",
"wrapping",
"danger",
"hmm",
"shim"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "shimmer",
"repository": {
"type": "git",
"url": "git+https://github.com/othiym23/shimmer.git"
},
"scripts": {
"test": "standard && tap test/*.tap.js --coverage"
},
"version": "1.2.1"
}