mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
188
node_modules/extglob/package.json
generated
vendored
Normal file
188
node_modules/extglob/package.json
generated
vendored
Normal file
@@ -0,0 +1,188 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"extglob@^2.0.4",
|
||||
"/home/beppe/Github/yahooApi/node_modules/micromatch"
|
||||
]
|
||||
],
|
||||
"_from": "extglob@>=2.0.4 <3.0.0",
|
||||
"_id": "extglob@2.0.4",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/extglob",
|
||||
"_nodeVersion": "9.1.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/extglob-2.0.4.tgz_1515795086299_0.14382277405820787"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "5.6.0",
|
||||
"_phantomChildren": {
|
||||
"is-extendable": "0.1.1",
|
||||
"kind-of": "6.0.2"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "extglob",
|
||||
"raw": "extglob@^2.0.4",
|
||||
"rawSpec": "^2.0.4",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.4 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/micromatch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
|
||||
"_shasum": "ad00fe4dc612a9232e8718711dc5cb5ab0285543",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "extglob@^2.0.4",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/micromatch",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/micromatch/extglob/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
"url": "https://twitter.com/doowb"
|
||||
},
|
||||
{
|
||||
"name": "Devon Govett",
|
||||
"url": "http://badassjs.com"
|
||||
},
|
||||
{
|
||||
"name": "Isiah Meadows",
|
||||
"url": "https://www.isiahmeadows.com"
|
||||
},
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
},
|
||||
{
|
||||
"name": "Matt Bierner",
|
||||
"url": "http://mattbierner.com"
|
||||
},
|
||||
{
|
||||
"name": "Shinnosuke Watanabe",
|
||||
"url": "https://shinnn.github.io"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"array-unique": "^0.3.2",
|
||||
"define-property": "^1.0.0",
|
||||
"expand-brackets": "^2.1.4",
|
||||
"extend-shallow": "^2.0.1",
|
||||
"fragment-cache": "^0.2.1",
|
||||
"regex-not": "^1.0.0",
|
||||
"snapdragon": "^0.8.1",
|
||||
"to-regex": "^3.0.1"
|
||||
},
|
||||
"description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
|
||||
"devDependencies": {
|
||||
"bash-match": "^1.0.2",
|
||||
"for-own": "^1.0.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-eslint": "^4.0.0",
|
||||
"gulp-format-md": "^1.0.0",
|
||||
"gulp-istanbul": "^1.1.2",
|
||||
"gulp-mocha": "^3.0.1",
|
||||
"gulp-unused": "^0.2.1",
|
||||
"helper-changelog": "^0.3.0",
|
||||
"is-windows": "^1.0.1",
|
||||
"micromatch": "^3.0.4",
|
||||
"minimatch": "^3.0.4",
|
||||
"minimist": "^1.2.0",
|
||||
"mocha": "^3.5.0",
|
||||
"multimatch": "^2.1.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
|
||||
"shasum": "ad00fe4dc612a9232e8718711dc5cb5ab0285543",
|
||||
"tarball": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "b00d865652d844b80164ea544323a36c838b3e58",
|
||||
"homepage": "https://github.com/micromatch/extglob",
|
||||
"keywords": [
|
||||
"bash",
|
||||
"extended",
|
||||
"extglob",
|
||||
"glob",
|
||||
"globbing",
|
||||
"ksh",
|
||||
"match",
|
||||
"pattern",
|
||||
"patterns",
|
||||
"regex",
|
||||
"test",
|
||||
"wildcard"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lintDeps": {
|
||||
"devDependencies": {
|
||||
"files": {
|
||||
"options": {
|
||||
"ignore": [
|
||||
"benchmark/**/*.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "extglob",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/micromatch/extglob.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"helpers": [
|
||||
"helper-changelog"
|
||||
],
|
||||
"layout": "default",
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
},
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"braces",
|
||||
"expand-brackets",
|
||||
"expand-range",
|
||||
"fill-range",
|
||||
"micromatch"
|
||||
]
|
||||
},
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"toc": false
|
||||
},
|
||||
"version": "2.0.4"
|
||||
}
|
Reference in New Issue
Block a user