body-parser-csv
Advanced tools
Comparing version 1.0.0 to 1.0.1-dev.85732348
164
package.json
{ | ||
"name": "body-parser-csv", | ||
"version": "1.0.0", | ||
"description": "CSV parser middleware for express.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "npx tsc", | ||
"build": "npx tsc", | ||
"build-watch": "npx tsc --watch --preserveWatchOutput", | ||
"test": "mocha --check-leaks --timeout 60000 -r ts-node/register --exit test/files/*.ts", | ||
"test-debug": "mocha --inspect-brk=9238 --check-leaks --timeout 60000 -r ts-node/register --exit test/files/*.ts", | ||
"code-coverage": "nyc mocha --check-leaks --timeout 60000 -r ts-node/register --exit test/files/*.ts", | ||
"tslint": "tslint -p .", | ||
"generate-docs": "npx typedoc --readme \"./README.MD\" --name \"Body Parser CSV\" --mode file --out docs/typedoc src" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/operator-ict/golemio/code/body-parser-csv.git" | ||
}, | ||
"keywords": [ | ||
"body", | ||
"parser", | ||
"csv", | ||
"bodyparsercsv", | ||
"bodyparser", | ||
"body-paser", | ||
"body-parser-csv" | ||
"name": "body-parser-csv", | ||
"version": "1.0.1-dev.85732348", | ||
"description": "CSV parser middleware for express.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "npx tsc", | ||
"build": "npx tsc", | ||
"build-watch": "npx tsc --watch --preserveWatchOutput", | ||
"test": "mocha --check-leaks --timeout 60000 -r ts-node/register --exit test/files/*.ts", | ||
"test-debug": "mocha --inspect-brk=9238 --check-leaks --timeout 60000 -r ts-node/register --exit test/files/*.ts", | ||
"code-coverage": "nyc mocha --check-leaks --timeout 60000 -r ts-node/register --exit test/files/*.ts", | ||
"tslint": "tslint -p .", | ||
"generate-docs": "npx typedoc --readme \"./README.MD\" --name \"Body Parser CSV\" --mode file --out docs/typedoc src" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/operator-ict/golemio/code/body-parser-csv.git" | ||
}, | ||
"keywords": [ | ||
"body", | ||
"parser", | ||
"csv", | ||
"bodyparsercsv", | ||
"bodyparser", | ||
"body-paser", | ||
"body-parser-csv" | ||
], | ||
"author": "Operátor ICT, a.s.", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/body-parser": "^1.17.1", | ||
"@types/chai": "^4.1.7", | ||
"@types/chai-as-promised": "^7.1.0", | ||
"@types/debug": "^4.1.1", | ||
"@types/express": "^4.17.1", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.6.8", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"husky": "^3.0.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^14.1.1", | ||
"supertest": "^4.0.2", | ||
"ts-node": "^8.3.0", | ||
"tslint": "5.11.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "3.2.1" | ||
}, | ||
"dependencies": { | ||
"body-parser": "^1.19.0", | ||
"express": "^4.17.1", | ||
"fast-csv": "^3.4.0", | ||
"stream": "^0.0.2" | ||
}, | ||
"nyc": { | ||
"check-coverage": true, | ||
"extension": [ | ||
".ts", | ||
".tsx" | ||
], | ||
"author": "Operátor ICT, a.s.", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/body-parser": "^1.17.1", | ||
"@types/chai": "^4.1.7", | ||
"@types/chai-as-promised": "^7.1.0", | ||
"@types/debug": "^4.1.1", | ||
"@types/express": "^4.17.1", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^12.6.8", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"husky": "^3.0.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^14.1.1", | ||
"supertest": "^4.0.2", | ||
"ts-node": "^8.3.0", | ||
"tslint": "5.11.0", | ||
"typedoc": "^0.14.2", | ||
"typescript": "3.2.1" | ||
}, | ||
"dependencies": { | ||
"body-parser": "^1.19.0", | ||
"express": "^4.17.1", | ||
"fast-csv": "^3.4.0", | ||
"stream": "^0.0.2" | ||
}, | ||
"nyc": { | ||
"check-coverage": true, | ||
"extension": [ | ||
".ts", | ||
".tsx" | ||
], | ||
"exclude": [ | ||
"**/*.d.ts", | ||
"dist", | ||
"test/", | ||
"coverage", | ||
"docs", | ||
"node_modules" | ||
], | ||
"reporter": [ | ||
"text", | ||
"lcov" | ||
], | ||
"all": true, | ||
"lines": 0, | ||
"statements": 0, | ||
"functions": 0, | ||
"branches": 0 | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run tslint" | ||
} | ||
"exclude": [ | ||
"**/*.d.ts", | ||
"dist", | ||
"test/", | ||
"coverage", | ||
"docs", | ||
"node_modules" | ||
], | ||
"reporter": [ | ||
"text", | ||
"lcov" | ||
], | ||
"all": true, | ||
"lines": 0, | ||
"statements": 0, | ||
"functions": 0, | ||
"branches": 0 | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run tslint" | ||
} | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11612
2