{
"_from": "is-color@^1.0.2",
"_id": "is-color@1.0.2",
"_inBundle": false,
"_integrity": "sha512-MEQ6XmTGNbYYeEPKUmHRrfkN6HyI2d0LLlR/UtZ18ckxniKBL3FXMuy0wXCkyak2qNEPldN5JWv/AofJdBYz/w==",
"_location": "/is-color",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-color@^1.0.2",
"name": "is-color",
"escapedName": "is-color",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/@expo/webpack-pwa-manifest-plugin"
],
"_resolved": "https://registry.npmjs.org/is-color/-/is-color-1.0.2.tgz",
"_shasum": "e92add2af9c73b23a970fb83ee8174ce3c1edb27",
"_spec": "is-color@^1.0.2",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/webpack-pwa-manifest-plugin",
"author": {
"name": "Masaaki Morishita"
},
"bundleDependencies": false,
"dependencies": {
"css-color-names": "^0.0.4",
"hex-color-regex": "^1.1.0",
"hsl-regex": "^1.0.0",
"hsla-regex": "^1.0.0",
"rgb-regex": "^1.0.1",
"rgba-regex": "^1.0.0"
},
"deprecated": false,
"description": "Check if a string is CSS color value",
"devDependencies": {
"tape": "^4.9.0"
},
"keywords": [
"css",
"color"
],
"license": "MIT",
"main": "index.js",
"name": "is-color",
"repository": {
"type": "git",
"url": "git://github.com/morishitter/is-color/git"
},
"scripts": {
"test": "tape test"
},
"version": "1.0.2"
}