line_push/node_modules/token-stream/package.json
2022-07-21 03:28:35 +00:00

55 lines
1.3 KiB
JSON

{
"_args": [
[
"token-stream@1.0.0",
"/home/node/nuxt"
]
],
"_development": true,
"_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": "/home/node/nuxt",
"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"
}