pass-scene
Version:
Memorable passphrase generator
147 lines (146 loc) • 3.42 kB
JSON
{
"_args": [
[
"csv-parse",
"/Users/samg/Code/pass-scene"
]
],
"_from": "csv-parse@*",
"_id": "csv-parse@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/csv-parse",
"_nodeVersion": "4.1.2",
"_npmUser": {
"email": "david@adaltas.com",
"name": "david"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"name": "csv-parse",
"raw": "csv-parse",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-1.0.1.tgz",
"_shasum": "bcf5baef06be5b57ae35b14a13b63544c97206a6",
"_shrinkwrap": null,
"_spec": "csv-parse",
"_where": "/Users/samg/Code/pass-scene",
"contributors": [
{
"name": "Tim Oxley",
"url": "https://github.com/timoxley"
},
{
"name": "David Worms",
"email": "david@adaltas.com",
"url": "http://www.adaltas.com"
},
{
"name": "Justin Latimer",
"url": "https://github.com/justinlatimer"
},
{
"name": "jonseymour",
"url": "https://github.com/jonseymour"
},
{
"name": "pascalopitz",
"url": "https://github.com/pascalopitz"
},
{
"name": "Josh Pschorr",
"url": "https://github.com/jpschorr"
},
{
"name": "Elad Ben-Israel",
"url": "https://github.com/eladb"
},
{
"name": "Philippe Plantier",
"url": "https://github.com/phipla"
},
{
"name": "Will White",
"url": "https://github.com/willwhite"
},
{
"name": "Damon Oehlman",
"url": "https://github.com/DamonOehlman"
},
{
"name": "Alexandru Topliceanu",
"url": "https://github.com/topliceanu"
},
{
"name": "Visup",
"url": "https://github.com/visup"
},
{
"name": "Edmund von der Burg",
"url": "https://github.com/evdb"
},
{
"name": "Douglas Christopher Wilson",
"url": "https://github.com/dougwilson"
},
{
"name": "Joe Eaves",
"url": "https://github.com/Joeasaurus"
},
{
"name": "Mark Stosberg",
"url": "https://github.com/markstos"
}
],
"dependencies": {},
"description": "CSV parsing implementing the Node.js `stream.Transform` API",
"devDependencies": {
"coffee-script": "1.10.0",
"csv-generate": "1.0.0",
"csv-spectrum": "0.3.0",
"each": "0.5.2",
"mocha": "2.3.3",
"should": "7.1.0"
},
"directories": {},
"dist": {
"shasum": "bcf5baef06be5b57ae35b14a13b63544c97206a6",
"tarball": "http://registry.npmjs.org/csv-parse/-/csv-parse-1.0.1.tgz"
},
"gitHead": "0f0defc74668fde8d374164c7a8e0728a5455d61",
"homepage": "http://csv.adaltas.com/parse/",
"keywords": [
"csv",
"parse",
"parser"
],
"license": "BSD-3-Clause",
"main": "./lib",
"maintainers": [
{
"name": "david",
"email": "david@adaltas.com"
}
],
"name": "csv-parse",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "http://www.github.com/wdavidw/node-csv-parse"
},
"scripts": {
"coffee": "coffee -b -o lib src",
"pretest": "coffee -b -o lib src",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --compilers coffee:coffee-script/register --reporter dot"
},
"version": "1.0.1"
}