You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.6 KiB
JSON

{
"_from": "max-timeout@^1.0.0",
"_id": "max-timeout@1.0.0",
"_inBundle": false,
"_integrity": "sha1-to9povmeC0dv1Msj4gWcp1BxXh8=",
"_location": "/max-timeout",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "max-timeout@^1.0.0",
"name": "max-timeout",
"escapedName": "max-timeout",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/max-timeout/-/max-timeout-1.0.0.tgz",
"_shasum": "b68f69a2f99e0b476fd4cb23e2059ca750715e1f",
"_spec": "max-timeout@^1.0.0",
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/max-timeout/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The max amount of milliseconds you can pass to `setTimeout()`",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/max-timeout#readme",
"keywords": [
"max",
"maximum",
"timeout",
"settimeout",
"delay",
"overflow",
"number",
"constant"
],
"license": "MIT",
"name": "max-timeout",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/max-timeout.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}