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

package.json « cli « @iarna « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 610790620f2b768a8965eadff84046ddface3701 (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
{
  "_from": "@iarna/cli@^1.2.0",
  "_id": "@iarna/cli@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-ukITQAqVs2n9HGmn3car/Ir7d3ta650iXhrG7pjr3EWdFmJuuOVWgYsu7ftsSe5VifEFFhjxVuX9+8F7L8hwcA==",
  "_location": "/@iarna/cli",
  "_phantomChildren": {
    "camelcase": "4.1.0",
    "code-point-at": "1.1.0",
    "decamelize": "1.2.0",
    "is-fullwidth-code-point": "1.0.0",
    "os-locale": "2.1.0",
    "read-pkg-up": "2.0.0",
    "require-directory": "2.1.1",
    "set-blocking": "2.0.0",
    "strip-ansi": "3.0.1",
    "which-module": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@iarna/cli@^1.2.0",
    "name": "@iarna/cli",
    "escapedName": "@iarna%2fcli",
    "scope": "@iarna",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/lock-verify"
  ],
  "_resolved": "https://registry.npmjs.org/@iarna/cli/-/cli-1.2.0.tgz",
  "_shasum": "0f7af5e851afe895104583c4ca07377a8094d641",
  "_spec": "@iarna/cli@^1.2.0",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/lock-verify",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org/"
  },
  "bugs": {
    "url": "https://github.com/iarna/cli/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "signal-exit": "^3.0.2",
    "update-notifier": "^2.2.0",
    "yargs": "^8.0.2"
  },
  "deprecated": false,
  "description": "Some simple CLI scaffolding for promise returning applications.",
  "devDependencies": {},
  "files": [
    "app.js"
  ],
  "homepage": "https://github.com/iarna/cli#readme",
  "keywords": [],
  "license": "ISC",
  "main": "app.js",
  "name": "@iarna/cli",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/cli.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.2.0"
}