blob: a318af62c816e6084bf8cd77228eab51b78b0100 [file] [log] [blame]
{
"_args": [
[
"expand-range@0.1.1",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "expand-range@0.1.1",
"_id": "expand-range@0.1.1",
"_inBundle": false,
"_integrity": "sha1-TLjtoJk8pW+k9B/ELzy7TMrf8EQ=",
"_location": "/expand-braces/expand-range",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "expand-range@0.1.1",
"name": "expand-range",
"escapedName": "expand-range",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/expand-braces/braces"
],
"_resolved": "https://registry.npmjs.org/expand-range/-/expand-range-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/expand-range/issues"
},
"dependencies": {
"is-number": "^0.1.1",
"repeat-string": "^0.2.2"
},
"description": "Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.",
"devDependencies": {
"benchmarked": "^0.1.1",
"brace-expansion": "0.0.0",
"glob": "^4.0.6",
"mocha": "*",
"should": "^4.1.0",
"verb": ">= 0.2.6",
"verb-tag-jscomments": ">= 0.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/jonschlinkert/expand-range",
"keywords": [
"alpha",
"alphabetical",
"bash",
"brace",
"expand",
"expansion",
"glob",
"match",
"matches",
"matching",
"number",
"numerical",
"range",
"ranges",
"sh"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"name": "expand-range",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/expand-range.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.1.1"
}