You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.7 KiB
85 lines
1.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"wildcard@2.0.0",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_from": "wildcard@2.0.0",
|
|
"_id": "wildcard@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==",
|
|
"_location": "/wildcard",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "wildcard@2.0.0",
|
|
"name": "wildcard",
|
|
"escapedName": "wildcard",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack-cli/webpack-merge"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "D:\\project\\cashier",
|
|
"author": {
|
|
"name": "Damon Oehlman",
|
|
"email": "damon.oehlman@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/DamonOehlman/wildcard/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Wildcard matching tools",
|
|
"devDependencies": {
|
|
"tape": "^4.6.3"
|
|
},
|
|
"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": "2.0.0"
|
|
}
|
|
|