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

package.json « npm-install-checks « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc9f206d14644f971db2a71f15b8cfcc969cfe4c (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "name": "npm-install-checks",
  "version": "1.0.5",
  "description": "checks that npm runs during the installation of a module",
  "main": "index.js",
  "dependencies": {
    "npmlog": "0.1 || 1",
    "semver": "^2.3.0 || 3.x || 4"
  },
  "devDependencies": {
    "tap": "~0.4.8",
    "rimraf": "~2.2.5",
    "mkdirp": "~0.3.5"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/npm-install-checks.git"
  },
  "homepage": "https://github.com/npm/npm-install-checks",
  "keywords": [
    "npm,",
    "install"
  ],
  "author": {
    "name": "Robert Kowalski",
    "email": "rok@kowalski.gd"
  },
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/npm/npm-install-checks/issues"
  },
  "gitHead": "c36e052a0a54ad82932689fa86fd59197277f80d",
  "_id": "npm-install-checks@1.0.5",
  "_shasum": "a1b5beabfd60e0535b14f763157c410cb6bdae56",
  "_from": "npm-install-checks@>=1.0.5 <1.1.0",
  "_npmVersion": "2.1.11",
  "_nodeVersion": "0.10.33",
  "_npmUser": {
    "name": "iarna",
    "email": "me@re-becca.org"
  },
  "maintainers": [
    {
      "name": "robertkowalski",
      "email": "rok@kowalski.gd"
    },
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "dist": {
    "shasum": "a1b5beabfd60e0535b14f763157c410cb6bdae56",
    "tarball": "http://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.5.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-1.0.5.tgz"
}