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

package.json « chownr « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f0fc8f0530b69bc6069baa86e74e26c0343162b (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
66
67
68
69
70
71
72
73
74
75
76
{
  "_args": [
    [
      "chownr@0.0.2",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "chownr@0.0.2",
  "_id": "chownr@0.0.2",
  "_inCache": true,
  "_location": "/chownr",
  "_nodeVersion": "2.0.1",
  "_npmUser": {
    "email": "isaacs@npmjs.com",
    "name": "isaacs"
  },
  "_npmVersion": "2.10.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "chownr",
    "raw": "chownr@0.0.2",
    "rawSpec": "0.0.2",
    "scope": null,
    "spec": "0.0.2",
    "type": "version"
  },
  "_requiredBy": [
    "/",
    "/npm-registry-client"
  ],
  "_resolved": "https://registry.npmjs.org/chownr/-/chownr-0.0.2.tgz",
  "_shasum": "2f9aebf746f90808ce00607b72ba73b41604c485",
  "_shrinkwrap": null,
  "_spec": "chownr@0.0.2",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/chownr/issues"
  },
  "dependencies": {},
  "description": "like `chown -R`",
  "devDependencies": {
    "mkdirp": "0.3",
    "rimraf": "",
    "tap": "0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "2f9aebf746f90808ce00607b72ba73b41604c485",
    "tarball": "http://registry.npmjs.org/chownr/-/chownr-0.0.2.tgz"
  },
  "gitHead": "3cafeb70b2c343e893f710750406b3909ec537cb",
  "homepage": "https://github.com/isaacs/chownr#readme",
  "license": "ISC",
  "main": "chownr.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "chownr",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/chownr.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "0.0.2"
}