restify
Version:
REST framework
76 lines (75 loc) • 1.81 kB
JSON
{
"_from": "csv@^1.1.1",
"_id": "csv@1.2.1",
"_inBundle": false,
"_integrity": "sha1-UjHt/BxxUlEuxFeBB2p6l/9SXAw=",
"_location": "/csv",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "csv@^1.1.1",
"name": "csv",
"escapedName": "csv",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/restify"
],
"_resolved": "https://artifacts.netflix.com/api/npm/npm-netflix/csv/-/csv-1.2.1.tgz",
"_shasum": "5231edfc1c7152512ec45781076a7a97ff525c0c",
"_spec": "csv@^1.1.1",
"_where": "/Users/pmarton/Documents/dev/node-restify/benchmark/node_modules/restify",
"author": {
"name": "David Worms",
"email": "david@adaltas.com",
"url": "http://www.adaltas.com"
},
"bugs": {
"url": "https://github.com/adaltas/node-csv/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "David Worms",
"email": "david@adaltas.com",
"url": "http://www.adaltas.com"
}
],
"dependencies": {
"csv-generate": "^1.1.2",
"csv-parse": "^1.3.3",
"csv-stringify": "^1.1.2",
"stream-transform": "^0.2.2"
},
"deprecated": false,
"description": "CSV parser with simple api, full of options and tested against large datasets.",
"devDependencies": {},
"engines": {
"node": ">= 0.1.90"
},
"homepage": "http://csv.adaltas.com",
"keywords": [
"node",
"csv",
"tsv",
"parser",
"parse",
"stringifier",
"stringify"
],
"license": "BSD-3-Clause",
"main": "./lib",
"name": "csv",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/adaltas/node-csv.git"
},
"scripts": {
"coffee": "coffee -b -o lib src"
},
"version": "1.2.1"
}