Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentslist/dist/node_modules/expand-range/package.json
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00

108 lines
2.7 KiB
JSON

{
"_args": [
[
"expand-range@^1.8.1",
"/Users/mromano/dev/dev-platform-webcomponents/ng2-components/ng2-alfresco-documentslist/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": "/Users/mromano/dev/dev-platform-webcomponents/ng2-components/ng2-alfresco-documentslist/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": [
{
"email": "github@sellside.com",
"name": "jonschlinkert"
}
],
"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"
}