Files
30-seconds-of-code/node_modules/node-eta/package.json
2019-08-20 15:52:05 +02:00

51 lines
1.2 KiB
JSON

{
"_from": "node-eta@^0.9.0",
"_id": "node-eta@0.9.0",
"_inBundle": false,
"_integrity": "sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g=",
"_location": "/node-eta",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-eta@^0.9.0",
"name": "node-eta",
"escapedName": "node-eta",
"rawSpec": "^0.9.0",
"saveSpec": null,
"fetchSpec": "^0.9.0"
},
"_requiredBy": [
"/better-queue"
],
"_resolved": "https://registry.npmjs.org/node-eta/-/node-eta-0.9.0.tgz",
"_shasum": "9fb0b099bcd2a021940e603c64254dc003d9a7a8",
"_spec": "node-eta@^0.9.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/better-queue",
"author": {
"name": "Constantin Titarenko"
},
"bugs": {
"url": "https://github.com/titarenko/eta/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Estimated time to arrival",
"homepage": "https://github.com/titarenko/eta",
"keywords": [
"eta",
"estimated time to arrival",
"estimated",
"time",
"arrival"
],
"license": "MIT",
"main": "index.js",
"name": "node-eta",
"repository": {
"type": "git",
"url": "git://github.com/titarenko/eta.git"
},
"version": "0.9.0"
}