coronamap/node_modules/resumer/package.json
2022-08-06 08:09:54 -07:00

77 lines
1.7 KiB
JSON

{
"_args": [
[
"resumer@0.0.0",
"C:\\Users\\Jay\\Desktop\\Coronamap"
]
],
"_from": "resumer@0.0.0",
"_id": "resumer@0.0.0",
"_inBundle": false,
"_integrity": "sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k=",
"_location": "/resumer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "resumer@0.0.0",
"name": "resumer",
"escapedName": "resumer",
"rawSpec": "0.0.0",
"saveSpec": null,
"fetchSpec": "0.0.0"
},
"_requiredBy": [
"/tape"
],
"_resolved": "https://registry.npmjs.org/resumer/-/resumer-0.0.0.tgz",
"_spec": "0.0.0",
"_where": "C:\\Users\\Jay\\Desktop\\Coronamap",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/resumer/issues"
},
"dependencies": {
"through": "~2.3.4"
},
"description": "a through stream that starts paused and resumes on the next tick",
"devDependencies": {
"concat-stream": "~0.1.1",
"tap": "~0.4.0",
"tape": "~1.0.2"
},
"homepage": "https://github.com/substack/resumer",
"keywords": [
"through",
"stream",
"pause",
"resume"
],
"license": "MIT",
"main": "index.js",
"name": "resumer",
"repository": {
"type": "git",
"url": "git://github.com/substack/resumer.git"
},
"scripts": {
"test": "tap test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"version": "0.0.0"
}