1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_args": [
- [
- "rgb-regex@1.0.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "rgb-regex@1.0.1",
- "_id": "rgb-regex@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE=",
- "_location": "/rgb-regex",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "rgb-regex@1.0.1",
- "name": "rgb-regex",
- "escapedName": "rgb-regex",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/is-color-stop"
- ],
- "_resolved": "https://registry.npm.taobao.org/rgb-regex/download/rgb-regex-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "John Otander"
- },
- "bugs": {
- "url": "https://github.com/regexps/rgb-regex/issues"
- },
- "dependencies": {},
- "description": "Regex for RGB color strings.",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/regexps/rgb-regex",
- "keywords": [
- "css",
- "regex",
- "regexp",
- "regexps",
- "rgb",
- "color",
- "regular",
- "expression"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "rgb-regex",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/regexps/rgb-regex.git"
- },
- "scripts": {
- "test": "mocha test"
- },
- "version": "1.0.1"
- }
|