source: trip-planner-front/node_modules/minipass-json-stream/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 808 bytes
Line 
1{
2 "name": "minipass-json-stream",
3 "version": "1.0.1",
4 "description": "Like JSONStream, but using Minipass streams",
5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
6 "license": "MIT",
7 "scripts": {
8 "test": "tap",
9 "snap": "tap",
10 "preversion": "npm test",
11 "postversion": "npm publish",
12 "postpublish": "git push origin --follow-tags"
13 },
14 "tap": {
15 "check-coverage": true
16 },
17 "devDependencies": {
18 "JSONStream": "^1.3.5",
19 "tap": "^14.6.9"
20 },
21 "dependencies": {
22 "jsonparse": "^1.3.1",
23 "minipass": "^3.0.0"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/npm/minipass-json-stream.git"
28 },
29 "keywords": [
30 "stream",
31 "json",
32 "parse",
33 "minipass",
34 "JSONStream"
35 ],
36 "files": [
37 "index.js"
38 ]
39}
Note: See TracBrowser for help on using the repository browser.