12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "bl@~0.9.0",
- "D:\\work\\im\\node_modules\\request"
- ]
- ],
- "_from": "bl@>=0.9.0 <0.10.0",
- "_id": "bl@0.9.5",
- "_inCache": true,
- "_installable": true,
- "_location": "/bl",
- "_nodeVersion": "6.0.0-nightly2016011666b9c0d8bd",
- "_npmUser": {
- "email": "rod@vagg.org",
- "name": "rvagg"
- },
- "_npmVersion": "3.3.12",
- "_phantomChildren": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.1",
- "string_decoder": "0.10.31"
- },
- "_requested": {
- "name": "bl",
- "raw": "bl@~0.9.0",
- "rawSpec": "~0.9.0",
- "scope": null,
- "spec": ">=0.9.0 <0.10.0",
- "type": "range"
- },
- "_requiredBy": [
- "/request"
- ],
- "_resolved": "https://registry.npmjs.org/bl/-/bl-0.9.5.tgz",
- "_shasum": "c06b797af085ea00bc527afc8efcf11de2232054",
- "_shrinkwrap": null,
- "_spec": "bl@~0.9.0",
- "_where": "D:\\work\\im\\node_modules\\request",
- "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"
- },
- "dependencies": {
- "readable-stream": "~1.0.26"
- },
- "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
- "devDependencies": {
- "faucet": "~0.0.1",
- "hash_file": "~0.1.1",
- "tape": "~4.4.0"
- },
- "directories": {},
- "dist": {
- "shasum": "c06b797af085ea00bc527afc8efcf11de2232054",
- "tarball": "https://registry.npmjs.org/bl/-/bl-0.9.5.tgz"
- },
- "gitHead": "fe77435118490ac7d07f93c0b52896c67fb2601f",
- "homepage": "https://github.com/rvagg/bl",
- "keywords": [
- "buffer",
- "buffers",
- "stream",
- "awesomesauce"
- ],
- "license": "MIT",
- "main": "bl.js",
- "maintainers": [
- {
- "email": "rod@vagg.org",
- "name": "rvagg"
- }
- ],
- "name": "bl",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rvagg/bl.git"
- },
- "scripts": {
- "test": "node test/test.js | faucet",
- "test-local": "brtapsauce-local test/basic-test.js"
- },
- "version": "0.9.5"
- }
|