{
  "_args": [
    [
      {
        "raw": "new-from@0.0.3",
        "scope": null,
        "escapedName": "new-from",
        "name": "new-from",
        "rawSpec": "0.0.3",
        "spec": "0.0.3",
        "type": "version"
      },
      "/root/klee-static/node_modules/vinyl-map2"
    ]
  ],
  "_from": "new-from@0.0.3",
  "_id": "new-from@0.0.3",
  "_inCache": true,
  "_location": "/new-from",
  "_npmUser": {
    "name": "andrewwinterman",
    "email": "andywinterman@gmail.com"
  },
  "_npmVersion": "1.3.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "new-from@0.0.3",
    "scope": null,
    "escapedName": "new-from",
    "name": "new-from",
    "rawSpec": "0.0.3",
    "spec": "0.0.3",
    "type": "version"
  },
  "_requiredBy": [
    "/vinyl-map2"
  ],
  "_resolved": "https://registry.npmjs.org/new-from/-/new-from-0.0.3.tgz",
  "_shasum": "1c4ad13613de3e15d6321b70ed5c23937ea25e67",
  "_shrinkwrap": null,
  "_spec": "new-from@0.0.3",
  "_where": "/root/klee-static/node_modules/vinyl-map2",
  "author": {
    "name": "Andrew Winterman"
  },
  "bugs": {
    "url": "https://github.com/AWinterman/new-from/issues"
  },
  "dependencies": {
    "readable-stream": "~1.1.8"
  },
  "description": "Modern version of dominictarr's from",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "1c4ad13613de3e15d6321b70ed5c23937ea25e67",
    "tarball": "https://registry.npmjs.org/new-from/-/new-from-0.0.3.tgz"
  },
  "homepage": "https://github.com/AWinterman/new-from#readme",
  "keywords": [
    "from",
    "stream",
    "convenience"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "andrewwinterman",
      "email": "andywinterman@gmail.com"
    }
  ],
  "name": "new-from",
  "optionalDependencies": {},
  "readme": "# new-from\n\nA modern version of dominictarr's from, implemented with the new stream api. \n\n## API:\n\n```javascript\nvar from = require('new-from')\n\nvar zero_to_nine = from(make_chunk)\n\nfunction make_chunk(idx) {\n  if(idx < 10) {\n    return idx\n  }  \n  return null\n}\n\n// Or, in this case:\n\nzero_to_nine = from([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])\n```\n",
  "readmeFilename": "readme.markdown",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AWinterman/new-from.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "0.0.3"
}
