node-csv icon indicating copy to clipboard operation
node-csv copied to clipboard

npm view node-csv (wut?)

Open heapwolf opened this issue 12 years ago • 0 comments

this package name points to a repo that does not exist?

$ npm view node-csv
npm http GET https://registry.npmjs.org/node-csv
npm http 200 https://registry.npmjs.org/node-csv

{ name: 'node-csv',
  description: 'A CSV parser for node.js',
  'dist-tags': { latest: '0.1.2' },
  versions: [ '0.1.0', '0.1.1', '0.1.2' ],
  maintainers: 'cohara87 <[email protected]>',
  author: 'Chris O\'Hara <[email protected]>',
  repository:
   { type: 'git',
     url: 'http://github.com/chriso/node-csv.git' },
  time:
   { '0.1.0': '2011-09-19T11:44:46.997Z',
     '0.1.1': '2011-09-19T11:44:46.997Z',
     '0.1.2': '2011-09-19T11:44:46.997Z' },
  version: '0.1.2',
  keywords:
   [ 'csv',
     'parse',
     'csv parser',
     'csv parsing' ],
  main: './lib/csv',
  directories: { lib: './lib' },
  engines: { node: '>=0.2.2' },
  licenses: { type: 'MIT' },
  dependencies: {},
  devDependencies: {},
  dist:
   { shasum: 'ffc86df25f3dc0739020ab15121e2d3033e74700',

heapwolf avatar Jul 03 '13 02:07 heapwolf