package.json
2.18 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
76
77
78
79
80
81
82
83
84
{
"_args": [
[
{
"raw": "in-publish@^2.0.0",
"scope": null,
"escapedName": "in-publish",
"name": "in-publish",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/node-sass"
]
],
"_from": "in-publish@>=2.0.0 <3.0.0",
"_id": "in-publish@2.0.0",
"_inCache": true,
"_location": "/in-publish",
"_nodeVersion": "2.3.3",
"_npmUser": {
"name": "iarna",
"email": "me@re-becca.org"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"raw": "in-publish@^2.0.0",
"scope": null,
"escapedName": "in-publish",
"name": "in-publish",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/node-sass"
],
"_resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
"_shasum": "e20ff5e3a2afc2690320b6dc552682a9c7fadf51",
"_shrinkwrap": null,
"_spec": "in-publish@^2.0.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/node-sass",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org"
},
"bin": {
"in-publish": "in-publish.js",
"in-install": "in-install.js",
"not-in-publish": "not-in-publish.js",
"not-in-install": "not-in-install.js"
},
"bugs": {
"url": "https://github.com/iarna/in-publish/issues"
},
"dependencies": {},
"description": "Detect if we were run as a result of `npm publish`",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "e20ff5e3a2afc2690320b6dc552682a9c7fadf51",
"tarball": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz"
},
"gitHead": "7602f2f81f8be988cae554d706bd4a3f1d563f1a",
"homepage": "https://github.com/iarna/in-publish",
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "iarna",
"email": "me@re-becca.org"
}
],
"name": "in-publish",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/in-publish.git"
},
"scripts": {},
"version": "2.0.0"
}