프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / ms / package.json

이력 | 보기 | 이력해설 | 다운로드 (1.68 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "ms@2.0.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "ms@2.0.0",
9
  "_id": "ms@2.0.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
12
  "_location": "/ms",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "ms@2.0.0",
18
    "name": "ms",
19
    "escapedName": "ms",
20
    "rawSpec": "2.0.0",
21
    "saveSpec": null,
22
    "fetchSpec": "2.0.0"
23
  },
24
  "_requiredBy": [
25
    "/debug",
26
    "/engine.io-client/debug",
27
    "/engine.io/debug",
28
    "/mongoose",
29
    "/send",
30
    "/socket.io-parser/debug"
31
  ],
32
  "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
33
  "_spec": "2.0.0",
34
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
35
  "bugs": {
36
    "url": "https://github.com/zeit/ms/issues"
37
  },
38
  "description": "Tiny milisecond conversion utility",
39
  "devDependencies": {
40
    "eslint": "3.19.0",
41
    "expect.js": "0.3.1",
42
    "husky": "0.13.3",
43
    "lint-staged": "3.4.1",
44
    "mocha": "3.4.1"
45
  },
46
  "eslintConfig": {
47
    "extends": "eslint:recommended",
48
    "env": {
49
      "node": true,
50
      "es6": true
51
    }
52
  },
53
  "files": [
54
    "index.js"
55
  ],
56
  "homepage": "https://github.com/zeit/ms#readme",
57
  "license": "MIT",
58
  "lint-staged": {
59
    "*.js": [
60
      "npm run lint",
61
      "prettier --single-quote --write",
62
      "git add"
63
    ]
64
  },
65
  "main": "./index",
66
  "name": "ms",
67
  "repository": {
68
    "type": "git",
69
    "url": "git+https://github.com/zeit/ms.git"
70
  },
71
  "scripts": {
72
    "lint": "eslint lib/* bin/*",
73
    "precommit": "lint-staged",
74
    "test": "mocha tests.js"
75
  },
76
  "version": "2.0.0"
77
}