| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "wildcard@^1.1.0",
- "_id": "wildcard@1.1.2",
- "_inBundle": false,
- "_integrity": "sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng==",
- "_location": "/wildcard",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "wildcard@^1.1.0",
- "name": "wildcard",
- "escapedName": "wildcard",
- "rawSpec": "^1.1.0",
- "saveSpec": null,
- "fetchSpec": "^1.1.0"
- },
- "_requiredBy": [
- "/mime-match"
- ],
- "_resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-1.1.2.tgz",
- "_shasum": "a7020453084d8cd2efe70ba9d3696263de1710a5",
- "_spec": "wildcard@^1.1.0",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\mime-match",
- "author": {
- "name": "Damon Oehlman",
- "email": "damon.oehlman@gmail.com"
- },
- "bugs": {
- "url": "http://github.com/DamonOehlman/wildcard/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Wildcard matching tools",
- "devDependencies": {
- "tape": "^3.0.0"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/DamonOehlman/wildcard#readme",
- "keywords": [
- "string",
- "wildcard"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "wildcard",
- "repository": {
- "type": "git",
- "url": "git://github.com/DamonOehlman/wildcard.git"
- },
- "scripts": {
- "gendocs": "gendocs > README.md",
- "test": "node test/all.js"
- },
- "testling": {
- "files": "test/all.js",
- "browsers": {
- "ie": [
- "latest"
- ],
- "ff": [
- "latest",
- "nightly"
- ],
- "chrome": [
- "latest",
- "canary"
- ],
- "opera": [
- "latest",
- "next"
- ],
- "safari": [
- "latest"
- ]
- }
- },
- "version": "1.1.2"
- }
|