summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cmd-shim/package.json
blob: e1f4f543ea708c947476da76a263b3f77c36d0aa (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
{
  "name": "cmd-shim",
  "version": "2.0.1",
  "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",
  "dependencies": {
    "graceful-fs": ">3.0.1 <4.0.0-0",
    "mkdirp": "~0.5.0"
  },
  "devDependencies": {
    "tap": "~0.4.11",
    "rimraf": "~2.2.8"
  },
  "gitHead": "6f53d506be590fe9ac20c9801512cd1a3aad5974",
  "bugs": {
    "url": "https://github.com/ForbesLindesay/cmd-shim/issues"
  },
  "homepage": "https://github.com/ForbesLindesay/cmd-shim",
  "_id": "cmd-shim@2.0.1",
  "_shasum": "4512a373d2391679aec51ad1d4733559e9b85d4a",
  "_from": "cmd-shim@>=2.0.1-0 <3.0.0-0",
  "_npmVersion": "1.5.0-alpha-4",
  "_npmUser": {
    "name": "forbeslindesay",
    "email": "forbes@lindesay.co.uk"
  },
  "maintainers": [
    {
      "name": "forbeslindesay",
      "email": "forbes@lindesay.co.uk"
    }
  ],
  "dist": {
    "shasum": "4512a373d2391679aec51ad1d4733559e9b85d4a",
    "tarball": "http://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.1.tgz"
}