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.
81 lines
1.8 KiB
JSON
81 lines
1.8 KiB
JSON
|
4 years ago
|
{
|
||
|
|
"_from": "neat-csv@^5.0.0",
|
||
|
|
"_id": "neat-csv@5.2.0",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-JMbn4RPKo1heWhDihK9kbffxkDdd2uFSk30t3YOz1u3gsbIGhGUNlmGGa5H9yySLie3qU4lsLwrxQyirExD71A==",
|
||
|
|
"_location": "/neat-csv",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "range",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "neat-csv@^5.0.0",
|
||
|
|
"name": "neat-csv",
|
||
|
|
"escapedName": "neat-csv",
|
||
|
|
"rawSpec": "^5.0.0",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "^5.0.0"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/tasklist"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmjs.org/neat-csv/-/neat-csv-5.2.0.tgz",
|
||
|
|
"_shasum": "7c93c7d98dea8e29971bd9c52e0435cf9fdd939e",
|
||
|
|
"_spec": "neat-csv@^5.0.0",
|
||
|
|
"_where": "E:\\company\\node\\logistics_node\\node_modules\\tasklist",
|
||
|
|
"author": {
|
||
|
|
"name": "Sindre Sorhus",
|
||
|
|
"email": "sindresorhus@gmail.com",
|
||
|
|
"url": "sindresorhus.com"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/sindresorhus/neat-csv/issues"
|
||
|
|
},
|
||
|
|
"bundleDependencies": false,
|
||
|
|
"dependencies": {
|
||
|
|
"csv-parser": "^2.3.2",
|
||
|
|
"get-stream": "^5.1.0",
|
||
|
|
"to-readable-stream": "^2.1.0"
|
||
|
|
},
|
||
|
|
"deprecated": false,
|
||
|
|
"description": "Fast CSV parser",
|
||
|
|
"devDependencies": {
|
||
|
|
"ava": "^2.1.0",
|
||
|
|
"tsd": "^0.11.0",
|
||
|
|
"xo": "^0.25.4"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"index.js",
|
||
|
|
"index.d.ts"
|
||
|
|
],
|
||
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
||
|
|
"homepage": "https://github.com/sindresorhus/neat-csv#readme",
|
||
|
|
"keywords": [
|
||
|
|
"parse",
|
||
|
|
"csv",
|
||
|
|
"comma",
|
||
|
|
"separated",
|
||
|
|
"values",
|
||
|
|
"tab",
|
||
|
|
"delimiter",
|
||
|
|
"separator",
|
||
|
|
"text",
|
||
|
|
"string",
|
||
|
|
"buffer",
|
||
|
|
"stream",
|
||
|
|
"parser"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"name": "neat-csv",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/sindresorhus/neat-csv.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "xo && ava && tsd"
|
||
|
|
},
|
||
|
|
"version": "5.2.0"
|
||
|
|
}
|