Moved web root into root of project; this makes deployment easier.
Also deleted 'docs', which is now redundant.
This commit is contained in:
parent
a5204c66b9
commit
743d8a1740
1592 changed files with 53626 additions and 139250 deletions
85
docs/vendor/node_modules/papaparse/package.json
generated
vendored
85
docs/vendor/node_modules/papaparse/package.json
generated
vendored
|
|
@ -1,85 +0,0 @@
|
|||
{
|
||||
"_from": "papaparse@5.1.0",
|
||||
"_id": "papaparse@5.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-3jEYMiCc8qN7V5ffi2BTS2mRauKxCu5AIED6DxbjnHhIm7OY7fzKYkndfPlHWaaKUDCTml5XTU6V+hiuxGlZuw==",
|
||||
"_location": "/papaparse",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "papaparse@5.1.0",
|
||||
"name": "papaparse",
|
||||
"escapedName": "papaparse",
|
||||
"rawSpec": "5.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.1.0.tgz",
|
||||
"_shasum": "6228e8d96de99630ad017cf6522042319facc5eb",
|
||||
"_spec": "papaparse@5.1.0",
|
||||
"_where": "/home/simon/workspace/geocsv-lite/resources/public/vendor",
|
||||
"author": {
|
||||
"name": "Matthew Holt",
|
||||
"url": "https://twitter.com/mholt6"
|
||||
},
|
||||
"browser": "papaparse.min.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mholt/PapaParse/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"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": "0.0.5",
|
||||
"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.1.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue