teddit/node_modules/token-stream/package.json
2020-11-17 21:44:32 +01:00

51 lines
1.3 KiB
JSON

{
"_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",
"_shasum": "cc200eab2613f4166d27ff9afc7ca56d49df6eb4",
"_spec": "token-stream@1.0.0",
"_where": "/home/user/site/node_modules/pug-parser",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/pugjs/token-stream/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"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"
}