{
  "_args": [
    [
      "token-stream@1.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "token-stream@1.0.0",
  "_id": "token-stream@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=",
  "_location": "/token-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "token-stream@1.0.0",
    "name": "token-stream",
    "escapedName": "token-stream",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/pug-parser"
  ],
  "_resolved": "https://registry.npmjs.org/token-stream/-/token-stream-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "ForbesLindesay"
  },
  "bugs": {
    "url": "https://github.com/pugjs/token-stream/issues"
  },
  "dependencies": {},
  "description": "Take an array of token and produce a more useful API to give to a parser",
  "devDependencies": {
    "istanbul": "*"
  },
  "homepage": "https://github.com/pugjs/token-stream#readme",
  "license": "MIT",
  "name": "token-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pugjs/token-stream.git"
  },
  "scripts": {
    "coverage": "istanbul cover test",
    "test": "node test && npm run coverage"
  },
  "version": "1.0.0"
}
