| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_args": [
- [
- "text-hex@1.0.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "text-hex@1.0.0",
- "_id": "text-hex@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==",
- "_location": "/text-hex",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "text-hex@1.0.0",
- "name": "text-hex",
- "escapedName": "text-hex",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/colorspace"
- ],
- "_resolved": "https://registry.npmmirror.com/text-hex/-/text-hex-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "author": {
- "name": "Arnout Kazemier"
- },
- "bugs": {
- "url": "https://github.com/3rd-Eden/text-hex/issues"
- },
- "description": "Generate a hex color from the given text",
- "devDependencies": {
- "assume": "2.1.x",
- "mocha": "5.2.x",
- "pre-commit": "1.2.x"
- },
- "homepage": "https://github.com/3rd-Eden/text-hex",
- "keywords": [
- "css",
- "color",
- "hex",
- "text"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "text-hex",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/3rd-Eden/text-hex.git"
- },
- "scripts": {
- "test": "mocha --reporter spec --ui bdd test.js"
- },
- "version": "1.0.0"
- }
|