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

package.json « ms « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84a9b7a97a2e89e8382516fb9c4bbd88e95350e7 (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
{
  "_args": [
    [
      "ms@0.7.1",
      "/Users/rebecca/code/npm/node_modules/debug"
    ]
  ],
  "_from": "ms@0.7.1",
  "_id": "ms@0.7.1",
  "_inCache": true,
  "_location": "/ms",
  "_nodeVersion": "0.12.2",
  "_npmUser": {
    "email": "rauchg@gmail.com",
    "name": "rauchg"
  },
  "_npmVersion": "2.7.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "ms",
    "raw": "ms@0.7.1",
    "rawSpec": "0.7.1",
    "scope": null,
    "spec": "0.7.1",
    "type": "version"
  },
  "_requiredBy": [
    "/debug"
  ],
  "_resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz",
  "_shasum": "9cd13c03adbff25b65effde7ce864ee952017098",
  "_shrinkwrap": null,
  "_spec": "ms@0.7.1",
  "_where": "/Users/rebecca/code/npm/node_modules/debug",
  "bugs": {
    "url": "https://github.com/guille/ms.js/issues"
  },
  "component": {
    "scripts": {
      "ms/index.js": "index.js"
    }
  },
  "dependencies": {},
  "description": "Tiny ms conversion utility",
  "devDependencies": {
    "expect.js": "*",
    "mocha": "*",
    "serve": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "9cd13c03adbff25b65effde7ce864ee952017098",
    "tarball": "http://registry.npmjs.org/ms/-/ms-0.7.1.tgz"
  },
  "gitHead": "713dcf26d9e6fd9dbc95affe7eff9783b7f1b909",
  "homepage": "https://github.com/guille/ms.js",
  "main": "./index",
  "maintainers": [
    {
      "name": "rauchg",
      "email": "rauchg@gmail.com"
    }
  ],
  "name": "ms",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/guille/ms.js.git"
  },
  "scripts": {},
  "version": "0.7.1"
}