chiro-canto/node_modules/colormap/package.json

91 lines
2.0 KiB
JSON
Executable File

{
"_from": "colormap",
"_id": "colormap@2.3.2",
"_inBundle": false,
"_integrity": "sha512-jDOjaoEEmA9AgA11B/jCSAvYE95r3wRoAyTf3LEHGiUVlNHJaL1mRkf5AyLSpQBVGfTEPwGEqCIzL+kgr2WgNA==",
"_location": "/colormap",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "colormap",
"name": "colormap",
"escapedName": "colormap",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/colormap/-/colormap-2.3.2.tgz",
"_shasum": "4422c1178ce563806e265b96782737be85815abf",
"_spec": "colormap",
"_where": "/var/www/chiro-canto",
"author": {
"name": "bpostlethwaite"
},
"bugs": {
"url": "https://github.com/bpostlethwaite/colormap/issues"
},
"bundleDependencies": false,
"dependencies": {
"lerp": "^1.0.3"
},
"deprecated": false,
"description": "Great looking color maps",
"devDependencies": {
"color-space": "^1.14.3",
"tape": "^4.7.0"
},
"homepage": "https://github.com/bpostlethwaite/colormap#readme",
"keywords": [
"colormap",
"color map",
"color",
"hex",
"rgb",
"color-space",
"cubehelix",
"inferno",
"magma",
"plasma",
"viridis",
"matplotlib",
"oceanography",
"seismic",
"color gradient",
"color range",
"colorscale",
"color scale",
"plot",
"graph"
],
"license": "MIT",
"main": "index.js",
"name": "colormap",
"repository": {
"type": "git",
"url": "git+https://github.com/bpostlethwaite/colormap.git"
},
"scripts": {
"build": "browserify example/example.js -o example/bundle.js",
"draw": "budo test/draw.js",
"test": "node test.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/9..latest",
"chrome/20..latest",
"firefox/13..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"version": "2.3.2"
}