mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-20 22:04:39 -04:00
initial commit
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user