braid/node_modules/text-hex/package.json

58 lines
1.4 KiB
JSON

{
"_from": "text-hex@1.0.x",
"_id": "text-hex@1.0.0",
"_inBundle": false,
"_integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==",
"_location": "/text-hex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "text-hex@1.0.x",
"name": "text-hex",
"escapedName": "text-hex",
"rawSpec": "1.0.x",
"saveSpec": null,
"fetchSpec": "1.0.x"
},
"_requiredBy": [
"/colorspace"
],
"_resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz",
"_shasum": "69dc9c1b17446ee79a92bf5b884bb4b9127506f5",
"_spec": "text-hex@1.0.x",
"_where": "/Users/josh.burman/Projects/braid/node_modules/colorspace",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/3rd-Eden/text-hex/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}