{ "_from": "random-color@1.0.1", "_id": "random-color@1.0.1", "_inBundle": false, "_integrity": "sha1-/P3l0FTu/ti5Co4567Bpc8QCU7E=", "_location": "/random-color", "_phantomChildren": { "color-convert": "1.9.3", "color-name": "1.1.3" }, "_requested": { "type": "version", "registry": true, "raw": "random-color@1.0.1", "name": "random-color", "escapedName": "random-color", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/umi-build-dev" ], "_resolved": "https://registry.npmjs.org/random-color/-/random-color-1.0.1.tgz", "_shasum": "fcfde5d054eefed8b90a8e39ebb06973c40253b1", "_spec": "random-color@1.0.1", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-build-dev", "author": { "name": "bubkoo", "email": "bubkoo.wy@gmail.com" }, "bugs": { "url": "https://github.com/mock-end/random-color/issues" }, "bundleDependencies": false, "dependencies": { "color": "^0.11.1" }, "deprecated": false, "description": "Generate random colors based on the golden ratio, which are more visually pleasing.", "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.9", "istanbul": "^0.4.2", "jshint": "^2.9.1", "mocha": "^2.4.5" }, "homepage": "https://github.com/mock-end/random-color#readme", "keywords": [ "color", "rgb", "hex", "random", "randomly", "randomize", "chance", "test", "dice", "mock" ], "license": "MIT", "main": "index.js", "name": "random-color", "repository": { "type": "git", "url": "git+https://github.com/mock-end/random-color.git" }, "scripts": { "lint": "jshint index.js", "prepublish": "npm test", "pretest": "npm run lint", "test": "mocha -R spec", "test:cov": "rm -rf ./test/coverage && istanbul cover _mocha --dir ./test/coverage -- -R spec", "test:rpt": "npm run test:cov && coveralls < ./test/coverage/lcov.info" }, "version": "1.0.1" }