mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-13 03:02:49 +00:00
updated package.json
This commit is contained in:
107
node_modules/expand-range/package.json
generated
vendored
Normal file
107
node_modules/expand-range/package.json
generated
vendored
Normal file
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"expand-range@^1.8.1",
|
||||
"/home/mywebsite/node_modules/braces"
|
||||
]
|
||||
],
|
||||
"_from": "expand-range@>=1.8.1 <2.0.0",
|
||||
"_id": "expand-range@1.8.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/expand-range",
|
||||
"_nodeVersion": "0.12.0",
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "2.5.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "expand-range",
|
||||
"raw": "expand-range@^1.8.1",
|
||||
"rawSpec": "^1.8.1",
|
||||
"scope": null,
|
||||
"spec": ">=1.8.1 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/braces"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz",
|
||||
"_shasum": "acbd63e56efd9139722b755f099b9db5ac1f33f6",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "expand-range@^1.8.1",
|
||||
"_where": "/home/mywebsite/node_modules/braces",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/expand-range/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"fill-range": "^2.1.0"
|
||||
},
|
||||
"description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
|
||||
"devDependencies": {
|
||||
"benchmarked": "^0.1.1",
|
||||
"brace-expansion": "^1.1.0",
|
||||
"glob": "^4.3.2",
|
||||
"minimatch": "^2.0.1",
|
||||
"mocha": "*",
|
||||
"should": "^4.1.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "acbd63e56efd9139722b755f099b9db5ac1f33f6",
|
||||
"tarball": "http://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "de01a2ae06e6fe9c69812595c439870cca71839f",
|
||||
"homepage": "https://github.com/jonschlinkert/expand-range",
|
||||
"keywords": [
|
||||
"alpha",
|
||||
"alphabetical",
|
||||
"bash",
|
||||
"brace",
|
||||
"expand",
|
||||
"expansion",
|
||||
"glob",
|
||||
"match",
|
||||
"matches",
|
||||
"matching",
|
||||
"number",
|
||||
"numerical",
|
||||
"range",
|
||||
"ranges",
|
||||
"sh"
|
||||
],
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"
|
||||
},
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "expand-range",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jonschlinkert/expand-range.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -R spec"
|
||||
},
|
||||
"version": "1.8.1"
|
||||
}
|
||||
Reference in New Issue
Block a user