1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "color@3.1.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "color@3.1.1",
- "_id": "color@3.1.1",
- "_inBundle": false,
- "_integrity": "sha1-er9cDTjok3goToc8IHriFy3MimE=",
- "_location": "/color",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "color@3.1.1",
- "name": "color",
- "escapedName": "color",
- "rawSpec": "3.1.1",
- "saveSpec": null,
- "fetchSpec": "3.1.1"
- },
- "_requiredBy": [
- "/postcss-colormin"
- ],
- "_resolved": "https://registry.npm.taobao.org/color/download/color-3.1.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcolor%2Fdownload%2Fcolor-3.1.1.tgz",
- "_spec": "3.1.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "authors": [
- "Josh Junon <i.am.qix@gmail.com>",
- "Heather Arthur <fayearthur@gmail.com>",
- "Maxime Thirouin"
- ],
- "bugs": {
- "url": "https://github.com/Qix-/color/issues"
- },
- "dependencies": {
- "color-convert": "^1.9.1",
- "color-string": "^1.5.2"
- },
- "description": "Color conversion and manipulation with CSS string support",
- "devDependencies": {
- "mocha": "^6.1.4",
- "xo": "0.12.1"
- },
- "files": [
- "CHANGELOG.md",
- "LICENSE",
- "index.js"
- ],
- "homepage": "https://github.com/Qix-/color#readme",
- "keywords": [
- "color",
- "colour",
- "css"
- ],
- "license": "MIT",
- "name": "color",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Qix-/color.git"
- },
- "scripts": {
- "pretest": "xo",
- "test": "mocha"
- },
- "version": "3.1.1",
- "xo": {
- "rules": {
- "no-cond-assign": 0,
- "new-cap": 0
- }
- }
- }
|