Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « in-publish « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fc6c0692f3a34e63cdc215df7b59ee8c34d40fb (plain)
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
{
  "_from": "in-publish@^2.0.0",
  "_id": "in-publish@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
  "_location": "/in-publish",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "in-publish@^2.0.0",
    "name": "in-publish",
    "escapedName": "in-publish",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/node-sass"
  ],
  "_resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
  "_shasum": "e20ff5e3a2afc2690320b6dc552682a9c7fadf51",
  "_spec": "in-publish@^2.0.0",
  "_where": "/Users/gebauer/ws/themes/ag/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"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detect if we were run as a result of `npm publish`",
  "homepage": "https://github.com/iarna/in-publish",
  "license": "ISC",
  "main": "index.js",
  "name": "in-publish",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/in-publish.git"
  },
  "version": "2.0.0"
}