restify
Version:
REST framework
58 lines (57 loc) • 1.61 kB
JSON
{
"_from": "csv-stringify@^1.1.2",
"_id": "csv-stringify@1.1.2",
"_inBundle": false,
"_integrity": "sha1-d6QVJlgbzjOA8SsA18W7rHDIK1g=",
"_location": "/csv-stringify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "csv-stringify@^1.1.2",
"name": "csv-stringify",
"escapedName": "csv-stringify",
"rawSpec": "^1.1.2",
"saveSpec": null,
"fetchSpec": "^1.1.2"
},
"_requiredBy": [
"/csv"
],
"_resolved": "https://artifacts.netflix.com/api/npm/npm-netflix/csv-stringify/-/csv-stringify-1.1.2.tgz",
"_shasum": "77a41526581bce3380f12b00d7c5bbac70c82b58",
"_spec": "csv-stringify@^1.1.2",
"_where": "/Users/pmarton/Documents/dev/node-restify/benchmark/node_modules/csv",
"bundleDependencies": false,
"dependencies": {
"lodash.get": "~4.4.2"
},
"deprecated": false,
"description": "CSV stringifier implementing the Node.js `stream.Transform` API",
"devDependencies": {
"coffee-script": "~1.12.7",
"csv-generate": "~1.0.0",
"mocha": "~4.0.1",
"should": "~13.1.2"
},
"homepage": "http://csv.adaltas.com/stringify/",
"keywords": [
"csv",
"stringify",
"stringifier"
],
"license": "BSD-3-Clause",
"main": "./lib",
"name": "csv-stringify",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "http://www.github.com/adaltas/node-csv-stringify"
},
"scripts": {
"coffee": "coffee -b -o lib src",
"pretest": "coffee -b -o lib src",
"test": "NODE_ENV=test ./node_modules/.bin/mocha test/**/*.coffee"
},
"version": "1.1.2"
}