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

package.json « read-cmd-shim « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04f8addc4d9bb9993b605c7a1630adcbd84bd8d6 (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
{
  "name": "read-cmd-shim",
  "version": "1.0.1",
  "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
  "main": "index.js",
  "dependencies": {
    "graceful-fs": "^4.1.2"
  },
  "devDependencies": {
    "cmd-shim": "^2.0.1",
    "rimraf": "^2.4.3",
    "standard": "^5.2.2",
    "tap": "^1.4.1"
  },
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/read-cmd-shim.git"
  },
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org/"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm/read-cmd-shim/issues"
  },
  "homepage": "https://github.com/npm/read-cmd-shim#readme",
  "gitHead": "7c50879bf49743a1c69f9d7f0ba1638fc46bb40c",
  "_id": "read-cmd-shim@1.0.1",
  "_shasum": "2d5d157786a37c055d22077c32c53f8329e91c7b",
  "_from": "read-cmd-shim@>=1.0.1 <1.1.0",
  "_npmVersion": "3.3.0",
  "_nodeVersion": "3.1.0",
  "_npmUser": {
    "name": "iarna",
    "email": "me@re-becca.org"
  },
  "dist": {
    "shasum": "2d5d157786a37c055d22077c32c53f8329e91c7b",
    "tarball": "http://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz"
  },
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz"
}