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

package.json « chmodr « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e253434ef454324df05e52cb4febda56e0d7b291 (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
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "name": "chmodr",
  "description": "like `chmod -R`",
  "version": "0.1.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/chmodr.git"
  },
  "main": "chmodr.js",
  "devDependencies": {
    "tap": "0.2",
    "mkdirp": "0.3",
    "rimraf": ""
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "license": "ISC",
  "gitHead": "2f301476bc6fc93e47d2ba2e3ab0409f0d0c15ba",
  "bugs": {
    "url": "https://github.com/isaacs/chmodr/issues"
  },
  "homepage": "https://github.com/isaacs/chmodr#readme",
  "_id": "chmodr@0.1.1",
  "_shasum": "115c8f9ec62be3ef019085782c9448e471560261",
  "_from": "chmodr@0.1.1",
  "_npmVersion": "2.10.0",
  "_nodeVersion": "2.0.1",
  "_npmUser": {
    "name": "isaacs",
    "email": "isaacs@npmjs.com"
  },
  "dist": {
    "shasum": "115c8f9ec62be3ef019085782c9448e471560261",
    "tarball": "http://registry.npmjs.org/chmodr/-/chmodr-0.1.1.tgz"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/chmodr/-/chmodr-0.1.1.tgz"
}