chat-client/node_modules/ms/package.json

103 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2019-03-24 17:22:44 +11:00
{
"_args": [
[
"ms@^2.1.1",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-client/node_modules/debug"
]
],
"_from": "ms@>=2.1.1 <3.0.0",
"_id": "ms@2.1.1",
"_inCache": true,
"_installable": true,
"_location": "/ms",
"_nodeVersion": "9.2.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ms-2.1.1.tgz_1512066615982_0.7117063472978771"
},
"_npmUser": {
"email": "leo@zeit.co",
"name": "leo"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"name": "ms",
"raw": "ms@^2.1.1",
"rawSpec": "^2.1.1",
"scope": null,
"spec": ">=2.1.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/debug"
],
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
"_shasum": "30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a",
"_shrinkwrap": null,
"_spec": "ms@^2.1.1",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-client/node_modules/debug",
"bugs": {
"url": "https://github.com/zeit/ms/issues"
},
"dependencies": {},
"description": "Tiny millisecond conversion utility",
"devDependencies": {
"eslint": "4.12.1",
"expect.js": "0.3.1",
"husky": "0.14.3",
"lint-staged": "5.0.0",
"mocha": "4.0.1"
},
"directories": {},
"dist": {
"integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
"shasum": "30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a",
"tarball": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended"
},
"files": [
"index.js"
],
"gitHead": "fe0bae301a6c41f68a01595658a4f4f0dcba0e84",
"homepage": "https://github.com/zeit/ms#readme",
"license": "MIT",
"lint-staged": {
"*.js": [
"git add",
"npm run lint",
"prettier --single-quote --write"
]
},
"main": "./index",
"maintainers": [
{
"name": "leo",
"email": "leo@zeit.co"
},
{
"name": "rauchg",
"email": "rauchg@gmail.com"
}
],
"name": "ms",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/zeit/ms.git"
},
"scripts": {
"lint": "eslint lib/* bin/*",
"precommit": "lint-staged",
"test": "mocha tests.js"
},
"version": "2.1.1"
}