-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.18 KB
/
package.json
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
76
77
78
79
80
{
"_args": [
[
"figgy-pudding@3.5.1",
"C:\\Users\\me\\Desktop\\ng\\pokemon-ver2"
]
],
"_development": true,
"_from": "figgy-pudding@3.5.1",
"_id": "figgy-pudding@3.5.1",
"_inBundle": false,
"_integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==",
"_location": "/figgy-pudding",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "figgy-pudding@3.5.1",
"name": "figgy-pudding",
"escapedName": "figgy-pudding",
"rawSpec": "3.5.1",
"saveSpec": null,
"fetchSpec": "3.5.1"
},
"_requiredBy": [
"/cacache",
"/make-fetch-happen/cacache",
"/npm-pick-manifest",
"/npm-registry-fetch",
"/pacote",
"/pacote/cacache",
"/ssri"
],
"_resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz",
"_spec": "3.5.1",
"_where": "C:\\Users\\me\\Desktop\\ng\\pokemon-ver2",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
},
"bugs": {
"url": "https://github.com/zkat/figgy-pudding/issues"
},
"dependencies": {},
"description": "Delicious, festive, cascading config/opts definitions",
"devDependencies": {
"standard": "^11.0.1",
"standard-version": "^4.4.0",
"tap": "^12.0.1",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
"files": [
"*.js",
"lib"
],
"homepage": "https://github.com/zkat/figgy-pudding#readme",
"keywords": [
"config",
"options",
"yummy"
],
"license": "ISC",
"main": "index.js",
"name": "figgy-pudding",
"repository": {
"type": "git",
"url": "git+https://github.com/zkat/figgy-pudding.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --100 --coverage test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"version": "3.5.1"
}