UNPKG

motion

Version:

motion - moving development forward

64 lines (63 loc) 2.13 kB
{ "_args": [ [ "color-name@https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "color-name@>=1.0.0 <2.0.0", "_id": "color-name@1.1.1", "_inCache": true, "_location": "/color-name", "_phantomChildren": {}, "_requested": { "name": "color-name", "raw": "color-name@https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz", "rawSpec": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz", "scope": null, "spec": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz", "type": "remote" }, "_requiredBy": [ "/color-string" ], "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz", "_shasum": "4b1415304cf50028ea81643643bd82ea05803689", "_shrinkwrap": null, "_spec": "color-name@https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz", "_where": "/Users/nw/flint/packages/flint", "author": { "email": "dfcreative@gmail.com", "name": "DY" }, "bugs": { "url": "https://github.com/dfcreative/color-name/issues" }, "dependencies": {}, "description": "A list of color names and it’s values", "devDependencies": {}, "files": [ "index.js" ], "homepage": "https://github.com/dfcreative/color-name", "keywords": [ "color", "color-keyword", "color-name", "keyword" ], "license": "MIT", "main": "index.js", "name": "color-name", "optionalDependencies": {}, "readme": "A JSON with color names and it’s values. Based on http://dev.w3.org/csswg/css-color/#named-colors.\r\n\r\n[![NPM](https://nodei.co/npm/color-name.png?mini=true)](https://nodei.co/npm/color-name/)\r\n\r\n\r\n```js\r\nvar colors = require('color-name');\r\ncolors.red //[255,0,0]\r\n```\r\n\r\n<a href=\"UNLICENSE\"><img src=\"http://upload.wikimedia.org/wikipedia/commons/6/62/PD-icon.svg\" width=\"40\"/></a>", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+ssh://git@github.com/dfcreative/color-name.git" }, "scripts": { "test": "node test.js" }, "version": "1.1.1" }