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

75 lines
1.7 KiB

{
"_from": "zeit@^1.3.0",
"_id": "zeit@1.3.0",
"_inBundle": false,
"_integrity": "sha1-6drRe4MCL5EUvgEMslf2DWFAZ/Q=",
"_location": "/zeit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "zeit@^1.3.0",
"name": "zeit",
"escapedName": "zeit",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/zeit/-/zeit-1.3.0.tgz",
"_shasum": "e9dad17b83022f9114be010cb257f60d614067f4",
"_spec": "zeit@^1.3.0",
"_where": "/var/www/htdocs/coze/socket",
"author": {
"name": "daviddenton"
},
"bugs": {
"url": "https://github.com/daviddenton/zeit/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash": "4.5.0",
"moment": "2.11.2",
"q": "1.4.1"
},
"deprecated": false,
"description": "Injectable clock and promise scheduler, plus stub versions for easy testing, using native JS or Moment.js Date APIs",
"devDependencies": {
"chai": "3.5.0",
"chai-timers": "0.2.0",
"coveralls": "2.11.6",
"istanbul": "0.4.2",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.1.0"
},
"files": [
"index.js",
"LICENSE",
"lib",
"test",
"examples"
],
"homepage": "https://github.com/daviddenton/zeit#readme",
"keywords": [
"time",
"clock",
"task",
"promise",
"timer",
"scheduler"
],
"license": "Apache 2.0",
"main": "index.js",
"name": "zeit",
"repository": {
"type": "git",
"url": "git://github.com/daviddenton/zeit.git"
},
"scripts": {
"start": "node_modules/mocha/bin/mocha -w",
"test": "node_modules/mocha/bin/mocha"
},
"version": "1.3.0"
}