notes/node_modules/onecolor/package.json

120 lines
3.3 KiB
JSON

{
"_args": [
[
"onecolor@^3.0.4",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/pipetteur"
]
],
"_from": "onecolor@>=3.0.4 <4.0.0",
"_id": "onecolor@3.0.4",
"_inCache": true,
"_installable": true,
"_location": "/onecolor",
"_nodeVersion": "6.2.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/onecolor-3.0.4.tgz_1464614241696_0.5164547513704747"
},
"_npmUser": {
"email": "andreas@one.com",
"name": "papandreou"
},
"_npmVersion": "3.8.9",
"_phantomChildren": {},
"_requested": {
"name": "onecolor",
"raw": "onecolor@^3.0.4",
"rawSpec": "^3.0.4",
"scope": null,
"spec": ">=3.0.4 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/pipetteur"
],
"_resolved": "https://registry.npmjs.org/onecolor/-/onecolor-3.0.4.tgz",
"_shasum": "75a46f80da6c7aaa5b4daae17a47198bd9652494",
"_shrinkwrap": null,
"_spec": "onecolor@^3.0.4",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/pipetteur",
"bugs": {
"url": "https://github.com/One-com/one-color/issues"
},
"dependencies": {},
"description": "Javascript color object with implicit color space conversions. Supports RGB, HSV, HSL and CMYK with alpha channel.",
"devDependencies": {
"browserify": "13.0.0",
"bundle-collapser": "1.2.1",
"coveralls": "2.11.9",
"istanbul": "0.4.2",
"jshint": "^2.9.1",
"minifyify": "7.3.2",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.2.0",
"unexpected": "10.11.1"
},
"directories": {},
"dist": {
"shasum": "75a46f80da6c7aaa5b4daae17a47198bd9652494",
"tarball": "https://registry.npmjs.org/onecolor/-/onecolor-3.0.4.tgz"
},
"engines": {
"node": ">=0.4.8"
},
"files": [
"index.js",
"lib",
"minimal.js",
"one-color-all.js",
"one-color-all.map",
"one-color.js",
"one-color.map"
],
"gitHead": "4a29ef5c57ff11064d4e15c0940929da11d34a43",
"homepage": "https://github.com/One-com/one-color#readme",
"jspm": {
"dependencies": {},
"jspmPackage": true,
"main": "one-color-all.js"
},
"keywords": [
"cmyk",
"color",
"colour",
"conversion",
"hsl",
"hsv",
"rgb"
],
"license": "BSD-2-Clause",
"maintainers": [
{
"name": "papandreou",
"email": "andreas@one.com"
},
{
"name": "munter",
"email": "munter@fumle.dk"
}
],
"name": "onecolor",
"optionalDependencies": {},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/One-com/one-color.git"
},
"scripts": {
"build": "browserify -p bundle-collapser/plugin -p [ minifyify --map one-color-all.map --output one-color-all.map ] --debug -e index -s one.color > one-color-all.js && browserify -p bundle-collapser/plugin -p [ minifyify --map one-color.map --output one-color.map ] --debug -e minimal -s one.color > one-color.js",
"coverage": "istanbul cover _mocha -- --reporter dot",
"lint": "jshint .",
"preversion": "npm run lint && npm run build && npm test && bash -c 'git add one-color{-all,}.{js,map}'",
"test": "npm run lint && mocha",
"travis": "npm run lint && npm run build && npm run coverage"
},
"version": "3.0.4"
}