summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cmd-shim/package.json
blob: eebd59ecbce8fe8161293aaae69ea50139ba348d (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
{
  "name": "cmd-shim",
  "version": "1.1.2",
  "description": "Used in npm for command line application support",
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ForbesLindesay/cmd-shim.git"
  },
  "license": "BSD",
  "optionalDependencies": {
    "graceful-fs": "2"
  },
  "dependencies": {
    "mkdirp": "~0.5.0",
    "graceful-fs": "2"
  },
  "devDependencies": {
    "tap": "~0.4.11",
    "rimraf": "~2.2.8"
  },
  "bugs": {
    "url": "https://github.com/ForbesLindesay/cmd-shim/issues"
  },
  "homepage": "https://github.com/ForbesLindesay/cmd-shim",
  "_id": "cmd-shim@1.1.2",
  "dist": {
    "shasum": "e4f9198802e361e8eb43b591959ef4dc6cdb6754",
    "tarball": "http://registry.npmjs.org/cmd-shim/-/cmd-shim-1.1.2.tgz"
  },
  "_from": "cmd-shim@~1.1.1",
  "_npmVersion": "1.4.3",
  "_npmUser": {
    "name": "forbeslindesay",
    "email": "forbes@lindeay.co.uk"
  },
  "maintainers": [
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    }
  ],
  "directories": {},
  "_shasum": "e4f9198802e361e8eb43b591959ef4dc6cdb6754",
  "_resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-1.1.2.tgz",
  "readme": "ERROR: No README data found!"
}