[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / ms / package.json
1 {
2   "_args": [
3     [
4       "ms@2.1.2",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "ms@2.1.2",
9   "_id": "ms@2.1.2",
10   "_inBundle": false,
11   "_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
12   "_location": "/ms",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "ms@2.1.2",
18     "name": "ms",
19     "escapedName": "ms",
20     "rawSpec": "2.1.2",
21     "saveSpec": null,
22     "fetchSpec": "2.1.2"
23   },
24   "_requiredBy": [
25     "/engine.io/debug",
26     "/socket.io-parser/debug",
27     "/socket.io/debug"
28   ],
29   "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
30   "_spec": "2.1.2",
31   "_where": "/opt/source/offload.js",
32   "bugs": {
33     "url": "https://github.com/zeit/ms/issues"
34   },
35   "description": "Tiny millisecond conversion utility",
36   "devDependencies": {
37     "eslint": "4.12.1",
38     "expect.js": "0.3.1",
39     "husky": "0.14.3",
40     "lint-staged": "5.0.0",
41     "mocha": "4.0.1"
42   },
43   "eslintConfig": {
44     "extends": "eslint:recommended",
45     "env": {
46       "node": true,
47       "es6": true
48     }
49   },
50   "files": [
51     "index.js"
52   ],
53   "homepage": "https://github.com/zeit/ms#readme",
54   "license": "MIT",
55   "lint-staged": {
56     "*.js": [
57       "npm run lint",
58       "prettier --single-quote --write",
59       "git add"
60     ]
61   },
62   "main": "./index",
63   "name": "ms",
64   "repository": {
65     "type": "git",
66     "url": "git+https://github.com/zeit/ms.git"
67   },
68   "scripts": {
69     "lint": "eslint lib/* bin/*",
70     "precommit": "lint-staged",
71     "test": "mocha tests.js"
72   },
73   "version": "2.1.2"
74 }