Bret Comnes 80459935e1
0.0.1
2020-02-12 16:58:30 -07:00

53 lines
1.4 KiB
JSON

{
"_from": "fast-fifo@^1.0.0",
"_id": "fast-fifo@1.0.0",
"_inBundle": false,
"_integrity": "sha512-4VEXmjxLj7sbs8J//cn2qhRap50dGzF5n8fjay8mau+Jn4hxSeR3xPFwxMaQq/pDaq7+KQk0PAbC2+nWDkJrmQ==",
"_location": "/fast-fifo",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-fifo@^1.0.0",
"name": "fast-fifo",
"escapedName": "fast-fifo",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/streamx"
],
"_resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.0.0.tgz",
"_shasum": "9bc72e6860347bb045a876d1c5c0af11e9b984e7",
"_spec": "fast-fifo@^1.0.0",
"_where": "/Users/bret/repos/deploy-to-neocities/node_modules/streamx",
"author": {
"name": "Mathias Buus",
"url": "@mafintosh"
},
"bugs": {
"url": "https://github.com/mafintosh/fast-fifo/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A fast fifo implementation similar to the one powering nextTick in Node.js core",
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.10.1"
},
"homepage": "https://github.com/mafintosh/fast-fifo",
"license": "MIT",
"main": "index.js",
"name": "fast-fifo",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/fast-fifo.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.0.0"
}