70 lines
1.4 KiB
JSON
70 lines
1.4 KiB
JSON
{
|
|
"_from": "ms@0.7.2",
|
|
"_id": "ms@0.7.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-riXPJRKziFodldfwN4aNhDESR2U=",
|
|
"_location": "/ms",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "ms@0.7.2",
|
|
"name": "ms",
|
|
"escapedName": "ms",
|
|
"rawSpec": "0.7.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.7.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/debug",
|
|
"/send"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
|
|
"_shasum": "ae25cf2512b3885a1d95d7f037868d8431124765",
|
|
"_spec": "ms@0.7.2",
|
|
"_where": "/home/twr/node/pixelnode/node_modules/debug",
|
|
"bugs": {
|
|
"url": "https://github.com/zeit/ms/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"component": {
|
|
"scripts": {
|
|
"ms/index.js": "index.js"
|
|
}
|
|
},
|
|
"deprecated": false,
|
|
"description": "Tiny milisecond conversion utility",
|
|
"devDependencies": {
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^3.0.2",
|
|
"serve": "^1.4.0",
|
|
"xo": "^0.17.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/zeit/ms#readme",
|
|
"license": "MIT",
|
|
"main": "./index",
|
|
"name": "ms",
|
|
"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.2",
|
|
"xo": {
|
|
"space": true,
|
|
"semicolon": false,
|
|
"envs": [
|
|
"mocha"
|
|
],
|
|
"rules": {
|
|
"complexity": 0
|
|
}
|
|
}
|
|
}
|