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

package.json « abbrev « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d637efee71f68e5d37b262b8d75e751445108f8 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
  "_args": [
    [
      {
        "raw": "abbrev@latest",
        "scope": null,
        "escapedName": "abbrev",
        "name": "abbrev",
        "rawSpec": "latest",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "abbrev@latest",
  "_id": "abbrev@1.1.0",
  "_inCache": true,
  "_location": "/abbrev",
  "_nodeVersion": "8.0.0-pre",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/abbrev-1.1.0.tgz_1487054000015_0.9229173036292195"
  },
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_npmVersion": "4.3.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "abbrev@latest",
    "scope": null,
    "escapedName": "abbrev",
    "name": "abbrev",
    "rawSpec": "latest",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/node-gyp/nopt",
    "/nopt"
  ],
  "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
  "_shasum": "d0554c2256636e2f56e7c2e5ad183f859428d81f",
  "_shrinkwrap": null,
  "_spec": "abbrev@latest",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/abbrev-js/issues"
  },
  "dependencies": {},
  "description": "Like ruby's abbrev module, but in js",
  "devDependencies": {
    "tap": "^10.1"
  },
  "directories": {},
  "dist": {
    "shasum": "d0554c2256636e2f56e7c2e5ad183f859428d81f",
    "tarball": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz"
  },
  "files": [
    "abbrev.js"
  ],
  "gitHead": "7136d4d95449dc44115d4f78b80ec907724f64e0",
  "homepage": "https://github.com/isaacs/abbrev-js#readme",
  "license": "ISC",
  "main": "abbrev.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "abbrev",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
  },
  "scripts": {
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "tap test.js --100"
  },
  "version": "1.1.0"
}