package.json
1.98 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
64
65
66
67
68
69
70
71
72
73
74
75
{
"_from": "pubsub-js",
"_id": "pubsub-js@1.9.0",
"_inBundle": false,
"_integrity": "sha1-+hneQ39BIh6Vtr1NxMdFsluSwKs=",
"_location": "/pubsub-js",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "pubsub-js",
"name": "pubsub-js",
"escapedName": "pubsub-js",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npm.taobao.org/pubsub-js/download/pubsub-js-1.9.0.tgz",
"_shasum": "fa19de437f41221e95b6bd4dc4c745b25b92c0ab",
"_spec": "pubsub-js",
"_where": "C:\\Users\\13852\\Desktop\\code\\guiguyunyinyue_study",
"author": {
"name": "Morgan Roderick",
"email": "morgan@roderick.dk",
"url": "http://roderick.dk"
},
"bugs": {
"url": "https://github.com/mroderick/PubSubJS/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Dependency free publish/subscribe library",
"devDependencies": {
"@studio/changes": "^2.0.0",
"eslint": "4.19.1",
"jsdoc-to-markdown": "^5.0.3",
"mocha": "7.1.0",
"nyc": "15.0.0",
"referee": "^1.2.0",
"sinon": "9.0.0"
},
"directories": {
"lib": "src",
"test": "test"
},
"homepage": "https://github.com/mroderick/PubSubJS#readme",
"keywords": [
"pub/sub",
"pubsub",
"publish/subscribe",
"publish",
"subscribe"
],
"license": "MIT",
"main": "./src/pubsub.js",
"name": "pubsub-js",
"repository": {
"type": "git",
"url": "git://github.com/mroderick/PubSubJS.git"
},
"scripts": {
"coverage": "nyc --reporter=lcov --reporter=text --reporter=json-summary npm test",
"lint": "eslint src/ test/",
"postversion": "git push --follow-tags && npm publish --access public",
"prepublishOnly": "jsdoc2md --template ./docs/template.hbs --files ./src/*.js > ./docs/docs.md",
"preversion": "npm test",
"test": "mocha",
"version": "changes --commits --footer"
},
"version": "1.9.0"
}