| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "colorspace@1.1.4",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "colorspace@1.1.4",
- "_id": "colorspace@1.1.4",
- "_inBundle": false,
- "_integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==",
- "_location": "/colorspace",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "colorspace@1.1.4",
- "name": "colorspace",
- "escapedName": "colorspace",
- "rawSpec": "1.1.4",
- "saveSpec": null,
- "fetchSpec": "1.1.4"
- },
- "_requiredBy": [
- "/@dabh/diagnostics"
- ],
- "_resolved": "https://registry.npmmirror.com/colorspace/-/colorspace-1.1.4.tgz",
- "_spec": "1.1.4",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Arnout Kazemier"
- },
- "bugs": {
- "url": "https://github.com/3rd-Eden/colorspace/issues"
- },
- "dependencies": {
- "color": "^3.1.3",
- "text-hex": "1.0.x"
- },
- "description": "Generate HEX colors for a given namespace.",
- "devDependencies": {
- "assume": "2.1.x",
- "mocha": "5.2.x",
- "pre-commit": "1.2.x"
- },
- "homepage": "https://github.com/3rd-Eden/colorspace",
- "keywords": [
- "namespace",
- "color",
- "hex",
- "colorize",
- "name",
- "space",
- "colorspace"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "colorspace",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/3rd-Eden/colorspace.git"
- },
- "scripts": {
- "test": "mocha test.js"
- },
- "version": "1.1.4"
- }
|