innovationDriveApp/node_modules/chartjs-color/package.json
2018-07-08 22:49:17 +10:00

92 lines
2 KiB
JSON

{
"_args": [
[
"chartjs-color@2.2.0",
"/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2"
]
],
"_from": "chartjs-color@2.2.0",
"_id": "chartjs-color@2.2.0",
"_inBundle": false,
"_integrity": "sha1-hKL7dVeH7YXDndbdjHsdiEKbrq4=",
"_location": "/chartjs-color",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "chartjs-color@2.2.0",
"name": "chartjs-color",
"escapedName": "chartjs-color",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/chart.js"
],
"_resolved": "https://registry.npmjs.org/chartjs-color/-/chartjs-color-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2",
"authors": [
"Heather Arthur <fayearthur@gmail.com>",
"Maxime Thirouin",
"Josh Junon"
],
"bugs": {
"url": "https://github.com/chartjs/chartjs-color/issues"
},
"dependencies": {
"chartjs-color-string": "^0.5.0",
"color-convert": "^0.5.3"
},
"description": "Color conversion and manipulation with CSS string support",
"devDependencies": {
"browserify": "^10.1.3",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.2.0",
"mocha": "^2.2.5",
"vinyl-source-stream": "^1.1.0",
"xo": "^0.12.1"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"index.js"
],
"homepage": "https://github.com/chartjs/chartjs-color#readme",
"keywords": [
"color",
"colour",
"css"
],
"license": "MIT",
"name": "chartjs-color",
"repository": {
"type": "git",
"url": "git+https://github.com/chartjs/chartjs-color.git"
},
"scripts": {
"pretest": "xo",
"test": "mocha"
},
"version": "2.2.0",
"xo": {
"envs": [
"browser",
"node"
],
"rules": {
"one-var": [
2,
{
"initialized": "never"
}
],
"linebreak-style": 0,
"no-cond-assign": 0,
"new-cap": 0
}
}
}