12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "hex-color-regex@1.1.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "hex-color-regex@1.1.0",
- "_id": "hex-color-regex@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-TAb8y0YC/iYCs8k9+C1+fb8aio4=",
- "_location": "/hex-color-regex",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "hex-color-regex@1.1.0",
- "name": "hex-color-regex",
- "escapedName": "hex-color-regex",
- "rawSpec": "1.1.0",
- "saveSpec": null,
- "fetchSpec": "1.1.0"
- },
- "_requiredBy": [
- "/is-color-stop"
- ],
- "_resolved": "https://registry.npm.taobao.org/hex-color-regex/download/hex-color-regex-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Charlike Mike Reagent",
- "email": "@tunnckoCore",
- "url": "http://www.tunnckocore.tk"
- },
- "bugs": {
- "url": "https://github.com/regexps/hex-color-regex/issues"
- },
- "dependencies": {},
- "description": "The best regular expression (regex) for matching hex color values from string.",
- "devDependencies": {
- "mukla": "^0.4.9"
- },
- "homepage": "https://github.com/regexps/hex-color-regex#readme",
- "keywords": [
- "color",
- "colors",
- "css",
- "expr",
- "expression",
- "expressions",
- "hex",
- "match",
- "matching",
- "regex",
- "regexp",
- "regexps",
- "regular",
- "web"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "hex-color-regex",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/regexps/hex-color-regex.git"
- },
- "scripts": {
- "test": "standard && node test.js"
- },
- "version": "1.1.0"
- }
|