You've already forked wakapi-readme-stats
Bar graph added.
This commit is contained in:
113
node_modules/canvas/package.json
generated
vendored
Normal file
113
node_modules/canvas/package.json
generated
vendored
Normal file
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"_from": "canvas",
|
||||
"_id": "canvas@2.6.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-S98rKsPcuhfTcYbtF53UIJhcbgIAK533d1kJKMwsMwAIFgfd58MOyxRud3kktlzWiEkFliaJtvyZCBtud/XVEA==",
|
||||
"_location": "/canvas",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "canvas",
|
||||
"name": "canvas",
|
||||
"escapedName": "canvas",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/",
|
||||
"/vega-cli"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/canvas/-/canvas-2.6.1.tgz",
|
||||
"_shasum": "0d087dd4d60f5a5a9efa202757270abea8bef89e",
|
||||
"_spec": "canvas",
|
||||
"_where": "/home/prabhatdev/Documents/opensource/gitHubStats/waka-readme-stats",
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk",
|
||||
"email": "tj@learnboost.com"
|
||||
},
|
||||
"binary": {
|
||||
"module_name": "canvas",
|
||||
"module_path": "build/Release",
|
||||
"host": "https://github.com/node-gfx/node-canvas-prebuilt/releases/download/",
|
||||
"remote_path": "v{version}",
|
||||
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz"
|
||||
},
|
||||
"browser": "browser.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/node-canvas/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Nathan Rajlich",
|
||||
"email": "nathan@tootallnate.net"
|
||||
},
|
||||
{
|
||||
"name": "Rod Vagg",
|
||||
"email": "r@va.gg"
|
||||
},
|
||||
{
|
||||
"name": "Juriy Zaytsev",
|
||||
"email": "kangax@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"nan": "^2.14.0",
|
||||
"node-pre-gyp": "^0.11.0",
|
||||
"simple-get": "^3.0.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Canvas graphics API backed by Cairo",
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.12.18",
|
||||
"assert-rejects": "^1.0.0",
|
||||
"dtslint": "^0.5.3",
|
||||
"express": "^4.16.3",
|
||||
"mocha": "^5.2.0",
|
||||
"pixelmatch": "^4.0.2",
|
||||
"standard": "^12.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"binding.gyp",
|
||||
"lib/",
|
||||
"src/",
|
||||
"util/",
|
||||
"types/index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/Automattic/node-canvas",
|
||||
"keywords": [
|
||||
"canvas",
|
||||
"graphic",
|
||||
"graphics",
|
||||
"pixman",
|
||||
"cairo",
|
||||
"image",
|
||||
"images",
|
||||
"pdf"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "canvas",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Automattic/node-canvas.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmark": "node benchmarks/run.js",
|
||||
"dtslint": "dtslint types",
|
||||
"install": "node-pre-gyp install --fallback-to-build",
|
||||
"prebenchmark": "node-gyp build",
|
||||
"pretest": "standard examples/*.js test/server.js test/public/*.js benchmarks/run.js lib/context2d.js util/has_lib.js browser.js index.js && node-gyp build",
|
||||
"pretest-server": "node-gyp build",
|
||||
"test": "mocha test/*.test.js",
|
||||
"test-server": "node test/server.js"
|
||||
},
|
||||
"types": "types/index.d.ts",
|
||||
"version": "2.6.1"
|
||||
}
|
||||
Reference in New Issue
Block a user