You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2 KiB
JSON

{
"name": "@promistream/read-file",
"version": "0.1.2",
"main": "index.js",
"keywords": [
"promistream"
],
"repository": "http://git.cryto.net/promistream/read-file.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@promistream/end-of-stream": "^0.1.0",
"@promistream/pipe": "^0.1.1",
"@promistream/sequentialize": "^0.1.0",
"@promistream/simple-source": "^0.1.1",
"@validatem/core": "^0.3.11",
"@validatem/default-to": "^0.1.0",
"@validatem/either": "^0.1.9",
"@validatem/error": "^1.1.0",
"@validatem/is-integer": "^0.1.0",
"@validatem/is-number": "^0.1.3",
"@validatem/is-string": "^0.1.1",
"@validatem/one-of": "^0.1.1",
"@validatem/required": "^0.1.1",
"bluebird": "^3.7.2",
"default-value": "^1.0.0",
"validatem": "^0.2.1"
},
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",
"@promistream/decode-string": "^0.1.0",
"@promistream/from-node-stream": "^0.1.1",
"@promistream/join": "^0.1.0",
"@promistream/map": "^0.1.0",
"@promistream/split-lines": "^0.1.0",
"error-chain": "^0.1.0",
"eslint": "^6.8.0"
}
}