package.json 1.46 KB
{
  "_args": [
    [
      "block-stream@0.0.9",
      "/Library/WebServer/Documents/mywork/dyitoc"
    ]
  ],
  "_development": true,
  "_from": "block-stream@0.0.9",
  "_id": "block-stream@0.0.9",
  "_inBundle": false,
  "_integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
  "_location": "/block-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "block-stream@0.0.9",
    "name": "block-stream",
    "escapedName": "block-stream",
    "rawSpec": "0.0.9",
    "saveSpec": null,
    "fetchSpec": "0.0.9"
  },
  "_requiredBy": [
    "/tar"
  ],
  "_resolved": "http://registry.npm.taobao.org/block-stream/download/block-stream-0.0.9.tgz",
  "_spec": "0.0.9",
  "_where": "/Library/WebServer/Documents/mywork/dyitoc",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/isaacs/block-stream/issues"
  },
  "dependencies": {
    "inherits": "~2.0.0"
  },
  "description": "a stream of blocks",
  "devDependencies": {
    "tap": "^5.7.1"
  },
  "engines": {
    "node": "0.4 || >=0.5.8"
  },
  "files": [
    "block-stream.js"
  ],
  "homepage": "https://github.com/isaacs/block-stream#readme",
  "license": "ISC",
  "main": "block-stream.js",
  "name": "block-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/block-stream.git"
  },
  "scripts": {
    "test": "tap test/*.js --cov"
  },
  "version": "0.0.9"
}