{ "_args": [ [ "papaparse@4.6.3", "D:\\dev\\web\\projects\\vscode\\vscode-data-preview" ] ], "_from": "papaparse@4.6.3", "_id": "papaparse@4.6.3", "_inBundle": false, "_integrity": "sha512-LRq7BrHC2kHPBYSD50aKuw/B/dGcg29omyJbKWY3KsYUZU69RKwaBHu13jGmCYBtOc4odsLCrFyk6imfyNubJQ==", "_location": "/papaparse", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "papaparse@4.6.3", "name": "papaparse", "escapedName": "papaparse", "rawSpec": "4.6.3", "saveSpec": null, "fetchSpec": "4.6.3" }, "_requiredBy": [ "/@finos/perspective" ], "_resolved": "https://registry.npmjs.org/papaparse/-/papaparse-4.6.3.tgz", "_spec": "4.6.3", "_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview", "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": "^3.5.0", "mocha-phantomjs": "^4.1.0", "open": "0.0.5", "phantomjs-prebuilt": "^2.1.16", "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-phantomjs", "test-browser": "node tests/test.js", "test-node": "mocha tests/node-tests.js tests/test-cases.js", "test-phantomjs": "node tests/test.js --phantomjs" }, "version": "4.6.3" }