summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug/node_modules/ms/package.json
blob: 28311e8bdae18f38967933d7244bfeb47173dc69 (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
{
  "_from": "ms@0.7.3",
  "_id": "ms@0.7.3",
  "_integrity": "sha1-cIFVpeROM/X9D8U+gdDUCpG+H/8=",
  "_location": "/pacote/make-fetch-happen/http-proxy-agent/debug/ms",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ms@0.7.3",
    "name": "ms",
    "escapedName": "ms",
    "rawSpec": "0.7.3",
    "saveSpec": null,
    "fetchSpec": "0.7.3"
  },
  "_requiredBy": [
    "/pacote/make-fetch-happen/http-proxy-agent/debug"
  ],
  "_resolved": "https://registry.npmjs.org/ms/-/ms-0.7.3.tgz",
  "_shasum": "708155a5e44e33f5fd0fc53e81d0d40a91be1fff",
  "_shrinkwrap": null,
  "_spec": "ms@0.7.3",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/debug",
  "bin": null,
  "bugs": {
    "url": "https://github.com/zeit/ms/issues"
  },
  "bundleDependencies": false,
  "component": {
    "scripts": {
      "ms/index.js": "index.js"
    }
  },
  "dependencies": {},
  "deprecated": false,
  "description": "Tiny milisecond conversion utility",
  "devDependencies": {
    "expect.js": "0.3.1",
    "mocha": "3.0.2",
    "serve": "5.0.1",
    "xo": "0.17.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/zeit/ms#readme",
  "license": "MIT",
  "main": "./index",
  "name": "ms",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zeit/ms.git"
  },
  "scripts": {
    "test": "xo && mocha test/index.js",
    "test-browser": "serve ./test"
  },
  "version": "0.7.3",
  "xo": {
    "space": true,
    "semicolon": false,
    "envs": [
      "mocha"
    ],
    "rules": {
      "complexity": 0
    }
  }
}