motion
Version:
motion - moving development forward
65 lines (64 loc) • 2.81 kB
JSON
{
"_args": [
[
"css-color-names@https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.3.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "css-color-names@0.0.3",
"_id": "css-color-names@0.0.3",
"_inCache": true,
"_location": "/css-color-names",
"_phantomChildren": {},
"_requested": {
"name": "css-color-names",
"raw": "css-color-names@https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.3.tgz",
"rawSpec": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.3.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.3.tgz",
"type": "remote"
},
"_requiredBy": [
"/colormin"
],
"_resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.3.tgz",
"_shasum": "de0cef16f4d8aa8222a320d5b6d7e9bbada7b9f6",
"_shrinkwrap": null,
"_spec": "css-color-names@https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.3.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "dave@daveeddy.com",
"name": "Dave Eddy",
"url": "http://www.daveeddy.com"
},
"bugs": {
"url": "https://github.com/bahamas10/css-color-names/issues"
},
"contributors": [],
"dependencies": {},
"description": "A JSON Object of css color names mapped to their hex value",
"devDependencies": {},
"engines": {
"node": "*"
},
"homepage": "https://github.com/bahamas10/css-color-names#readme",
"keywords": [
"colors",
"css",
"names"
],
"license": "MIT",
"main": "./css-color-names.json",
"name": "css-color-names",
"optionalDependencies": {},
"readme": "css-color-names\n===============\n\nA JSON Object of css color names mapped to their hex value\n\nUsage\n-----\n\n``` js\nvar csscolors = require('css-color-names');\nconsole.dir(csscolors);\n```\n\nyields\n\n``` json\n{\n \"aqua\": \"#00ffff\",\n \"aliceblue\": \"#f0f8ff\",\n \"antiquewhite\": \"#faebd7\",\n \"black\": \"#000000\",\n \"blue\": \"#0000ff\",\n ...\n}\n```\n\nHow was this list generated?\n----------------------------\n\nIn the Makefile you'll see a line like this:\n\n\t./getcolors.sh | ./stringify.js > $(FILE)\n\nThe first command scrapes a site for the list,\nand outputs the results separated by newlines. The\nsecond command creates the JSON object and outputs\nit to stdout, which then gets redirected into\n`css-color-names.json`\n\nInstallation\n------------\n\n npm install css-color-names\n\nLicense\n-------\n\nMIT\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/bahamas10/css-color-names.git"
},
"scripts": {
"test": "for f in tests/*.js; do echo \"$f\"; node \"$f\" || exit 1; done; echo 'Passed!'"
},
"version": "0.0.3"
}