|
|
{ "_from": "bl@^5.0.0", "_id": "bl@5.0.0", "_inBundle": false, "_integrity": "sha1-aSiASkHp2pA0ho4cUMqI8h9XrqI=", "_location": "/bl", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "bl@^5.0.0", "name": "bl", "escapedName": "bl", "rawSpec": "^5.0.0", "saveSpec": null, "fetchSpec": "^5.0.0" }, "_requiredBy": [ "/ora" ], "_resolved": "https://r.cnpmjs.org/bl/download/bl-5.0.0.tgz", "_shasum": "6928804a41e9da9034868e1c50ca88f21f57aea2", "_spec": "bl@^5.0.0", "_where": "E:\\work\\code\\tis-cli\\node_modules\\ora", "authors": [ "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)", "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)", "Jarett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)" ], "bugs": { "url": "https://github.com/rvagg/bl/issues" }, "bundleDependencies": false, "dependencies": { "buffer": "^6.0.3", "inherits": "^2.0.4", "readable-stream": "^3.4.0" }, "deprecated": false, "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", "devDependencies": { "faucet": "~0.0.1", "standard": "^16.0.3", "tape": "^5.2.2" }, "homepage": "https://github.com/rvagg/bl", "keywords": [ "buffer", "buffers", "stream", "awesomesauce" ], "license": "MIT", "main": "bl.js", "name": "bl", "repository": { "type": "git", "url": "git+https://github.com/rvagg/bl.git" }, "scripts": { "lint": "standard *.js test/*.js", "test": "npm run lint && node test/test.js | faucet" }, "version": "5.0.0" }
|