UNPKG

1.07 kBJSONView Raw
1{
2 "name": "stream-equal",
3 "description": "Test that two readable streams are equal to each other.",
4 "keywords": [
5 "stream",
6 "input",
7 "output",
8 "io",
9 "assert",
10 "test"
11 ],
12 "version": "2.0.1",
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/fent/node-stream-equal.git"
16 },
17 "author": "fent <fentbox@gmail.com> (https://github.com/fent)",
18 "main": "./dist/index.js",
19 "files": [
20 "dist"
21 ],
22 "scripts": {
23 "prepare": "tsc -p tsconfig.build.json",
24 "build": "tsc -p tsconfig.build.json",
25 "test": "nyc --extension .ts --reporter=lcov --reporter=text-summary npm run test:unit",
26 "test:unit": "mocha -- --require ts-node/register test/*-test.ts"
27 },
28 "devDependencies": {
29 "@types/mocha": "^7.0.2",
30 "@types/node": "^14.0.6",
31 "@types/request": "^2.48.5",
32 "mocha": "^7.2.0",
33 "nock": "^12.0.3",
34 "nyc": "^15.0.1",
35 "request": "^2.88.0",
36 "ts-node": "^8.10.2",
37 "typescript": "^3.9.3"
38 },
39 "engines": {
40 "node": ">=10"
41 },
42 "license": "MIT",
43 "dependencies": {}
44}