You've already forked wakapi-readme-stats
Bar graph added.
This commit is contained in:
83
node_modules/delaunator/package.json
generated
vendored
Normal file
83
node_modules/delaunator/package.json
generated
vendored
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"_from": "delaunator@4",
|
||||
"_id": "delaunator@4.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-WNPWi1IRKZfCt/qIDMfERkDp93+iZEmOxN2yy4Jg+Xhv8SLk2UTqqbe1sfiipn0and9QrE914/ihdx82Y/Giag==",
|
||||
"_location": "/delaunator",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "delaunator@4",
|
||||
"name": "delaunator",
|
||||
"escapedName": "delaunator",
|
||||
"rawSpec": "4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/d3-delaunay"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/delaunator/-/delaunator-4.0.1.tgz",
|
||||
"_shasum": "3d779687f57919a7a418f8ab947d3bddb6846957",
|
||||
"_spec": "delaunator@4",
|
||||
"_where": "/home/prabhatdev/Documents/opensource/gitHubStats/waka-readme-stats/node_modules/d3-delaunay",
|
||||
"author": {
|
||||
"name": "Vladimir Agafonkin"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mapbox/delaunator/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "An incredibly fast JavaScript library for Delaunay triangulation of 2D points",
|
||||
"devDependencies": {
|
||||
"c8": "^5.0.1",
|
||||
"eslint": "^6.2.2",
|
||||
"eslint-config-mourner": "^3.0.0",
|
||||
"esm": "^3.2.25",
|
||||
"rollup": "^1.20.3",
|
||||
"rollup-plugin-buble": "^0.19.8",
|
||||
"rollup-plugin-terser": "^5.1.1",
|
||||
"tape": "^4.11.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "mourner",
|
||||
"rules": {
|
||||
"no-sequences": 0
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"delaunator.js",
|
||||
"delaunator.min.js"
|
||||
],
|
||||
"homepage": "https://github.com/mapbox/delaunator#readme",
|
||||
"jsdelivr": "delaunator.min.js",
|
||||
"keywords": [
|
||||
"delaunay triangulation",
|
||||
"computational geometry",
|
||||
"algorithms"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "delaunator.js",
|
||||
"module": "index.js",
|
||||
"name": "delaunator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mapbox/delaunator.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "node -r esm bench.js",
|
||||
"build": "rollup -c",
|
||||
"cov": "c8 node -r esm test/test.js && c8 report -r html",
|
||||
"lint": "eslint index.js test/test.js bench.js rollup.config.js docs/diagrams.js",
|
||||
"prepublishOnly": "npm test && npm run build",
|
||||
"pretest": "npm run lint",
|
||||
"start": "rollup -cw",
|
||||
"test": "node -r esm test/test.js"
|
||||
},
|
||||
"unpkg": "delaunator.min.js",
|
||||
"version": "4.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user