89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"papaparse@5.3.0",
|
|
"/home/nuno/Documents/core/software/fresh/js/metaforecasts/metaforecasts-current"
|
|
]
|
|
],
|
|
"_from": "papaparse@5.3.0",
|
|
"_id": "papaparse@5.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Lb7jN/4bTpiuGPrYy4tkKoUS8sTki8zacB5ke1p5zolhcSE4TlWgrlsxjrDTbG/dFVh07ck7X36hUf/b5V68pg==",
|
|
"_location": "/papaparse",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "papaparse@5.3.0",
|
|
"name": "papaparse",
|
|
"escapedName": "papaparse",
|
|
"rawSpec": "5.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.3.0.tgz",
|
|
"_spec": "5.3.0",
|
|
"_where": "/home/nuno/Documents/core/software/fresh/js/metaforecasts/metaforecasts-current",
|
|
"author": {
|
|
"name": "Matthew Holt",
|
|
"url": "https://twitter.com/mholt6"
|
|
},
|
|
"browser": "papaparse.min.js",
|
|
"bugs": {
|
|
"url": "https://github.com/mholt/PapaParse/issues"
|
|
},
|
|
"description": "Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"connect": "^3.3.3",
|
|
"eslint": "^4.19.1",
|
|
"grunt": "^1.0.2",
|
|
"grunt-contrib-uglify": "^3.3.0",
|
|
"mocha": "^5.2.0",
|
|
"mocha-headless-chrome": "^2.0.1",
|
|
"open": "7.0.0",
|
|
"serve-static": "^1.7.1"
|
|
},
|
|
"homepage": "http://papaparse.com",
|
|
"keywords": [
|
|
"csv",
|
|
"parser",
|
|
"parse",
|
|
"parsing",
|
|
"delimited",
|
|
"text",
|
|
"data",
|
|
"auto-detect",
|
|
"comma",
|
|
"tab",
|
|
"pipe",
|
|
"file",
|
|
"filereader",
|
|
"stream",
|
|
"worker",
|
|
"workers",
|
|
"thread",
|
|
"threading",
|
|
"multi-threaded",
|
|
"jquery-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "papaparse.js",
|
|
"name": "papaparse",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mholt/PapaParse.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --no-ignore papaparse.js Gruntfile.js .eslintrc.js 'tests/**/*.js'",
|
|
"test": "npm run lint && npm run test-node && npm run test-mocha-headless-chrome",
|
|
"test-browser": "node tests/test.js",
|
|
"test-mocha-headless-chrome": "node tests/test.js --mocha-headless-chrome",
|
|
"test-node": "mocha tests/node-tests.js tests/test-cases.js"
|
|
},
|
|
"version": "5.3.0"
|
|
}
|