Uploading the main structure

هذا الالتزام موجود في:
2025-08-18 23:23:28 +03:00
التزام e696f2f4cd
1011 ملفات معدلة مع 275020 إضافات و0 حذوفات

19
node_modules/token-stream/package.json مولّد مباع Normal file
عرض الملف

@@ -0,0 +1,19 @@
{
"name": "token-stream",
"version": "1.0.0",
"description": "Take an array of token and produce a more useful API to give to a parser",
"dependencies": {},
"devDependencies": {
"istanbul": "*"
},
"scripts": {
"test": "node test && npm run coverage",
"coverage": "istanbul cover test"
},
"repository": {
"type": "git",
"url": "https://github.com/pugjs/token-stream.git"
},
"author": "ForbesLindesay",
"license": "MIT"
}