Page MenuHomeSealhub

package.json
No OneTemporary

package.json

{
"name": "tempstream",
"version": "0.3.0",
"description": "A template function that produces a stream that sends chunks of data as soon as possible",
"repository": {
"type": "git",
"url": "https://hub.sealcode.org/diffusion/STREAM/"
},
"main": "lib/index.js",
"scripts": {
"test": "npm run typecheck && mocha",
"typecheck": "tsc --noemit",
"build": "node build.js && tsc --emitDeclarationOnly",
"prepare": "npm run build",
"clean-coverage": "rm -rf coverage .nyc_output .xunit",
"coverage": "npm run clean-coverage && nyc mocha",
"test-reports": "npm run clean-coverage && nyc --reporter clover mocha --reporter xunit --reporter-option output=.xunit",
"coverage-html": "npm run test-reports && nyc report --reporter lcov && xdg-open coverage/lcov-report/index.html"
},
"author": "Sealcode",
"license": "ISC",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/koa": "^2.13.4",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.10",
"@types/sinon": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"esbuild": "^0.19.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"koa": "^2.13.4",
"mocha": "^9.1.1",
"mri": "^1.2.0",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"sinon": "^11.1.2",
"source-map-support": "^0.5.21",
"tiny-glob": "^0.2.9",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"types": "./@types/index.d.ts"
}

File Metadata

Mime Type
application/json
Expires
Sat, Nov 23, 15:10 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547996
Default Alt Text
package.json (1 KB)

Event Timeline