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

package.json « are-we-there-yet « node_modules « npmlog « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b6ce356cfe78b25446a851b1900aceebd497007 (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
{
  "name": "are-we-there-yet",
  "version": "1.0.3",
  "description": "Keep track of the overall completion of many dispirate processes",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iarna/are-we-there-yet.git"
  },
  "author": {
    "name": "Rebecca Turner",
    "url": "http://re-becca.org"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/iarna/are-we-there-yet/issues"
  },
  "homepage": "https://github.com/iarna/are-we-there-yet",
  "devDependencies": {
    "tap": "^0.4.13"
  },
  "dependencies": {
    "delegates": "^0.1.0"
  },
  "gitHead": "a038607bf1617149cd3a0cf335b3ed08341f0565",
  "_id": "are-we-there-yet@1.0.3",
  "_shasum": "699fa10313a9e9d1a5d68b3883c605994161fddd",
  "_from": "are-we-there-yet@>=1.0.0 <1.1.0",
  "_npmVersion": "2.6.1",
  "_nodeVersion": "0.10.36",
  "_npmUser": {
    "name": "iarna",
    "email": "me@re-becca.org"
  },
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "dist": {
    "shasum": "699fa10313a9e9d1a5d68b3883c605994161fddd",
    "tarball": "http://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.3.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.0.3.tgz",
  "readme": "ERROR: No README data found!"
}