123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- {
- "_from": "fill-range@^4.0.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
- "_location": "/fill-range",
- "_phantomChildren": {
- "is-extendable": "0.1.1"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "fill-range@^4.0.0",
- "name": "fill-range",
- "escapedName": "fill-range",
- "rawSpec": "^4.0.0",
- "saveSpec": null,
- "fetchSpec": "^4.0.0"
- },
- "_requiredBy": [
- "/braces"
- ],
- "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
- "_shasum": "d544811d428f98eb06a63dc402d2403c328c38f7",
- "_spec": "fill-range@^4.0.0",
- "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/braces",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/fill-range/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "email": "[email protected]",
- "url": "https://github.com/wtgtybhertgeghgtwtg"
- },
- {
- "name": "Edo Rivai",
- "email": "[email protected]",
- "url": "edo.rivai.nl"
- },
- {
- "name": "Jon Schlinkert",
- "email": "[email protected]",
- "url": "http://twitter.com/jonschlinkert"
- },
- {
- "name": "Paul Miller",
- "email": "[email protected]",
- "url": "paulmillr.com"
- }
- ],
- "dependencies": {
- "extend-shallow": "^2.0.1",
- "is-number": "^3.0.0",
- "repeat-string": "^1.6.1",
- "to-regex-range": "^2.1.0"
- },
- "deprecated": false,
- "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
- "devDependencies": {
- "ansi-cyan": "^0.1.1",
- "benchmarked": "^1.0.0",
- "gulp-format-md": "^0.1.12",
- "minimist": "^1.2.0",
- "mocha": "^3.2.0"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/jonschlinkert/fill-range",
- "keywords": [
- "alpha",
- "alphabetical",
- "array",
- "bash",
- "brace",
- "expand",
- "expansion",
- "fill",
- "glob",
- "match",
- "matches",
- "matching",
- "number",
- "numerical",
- "range",
- "ranges",
- "regex",
- "sh"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "fill-range",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/fill-range.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "related": {
- "list": [
- "braces",
- "expand-range",
- "micromatch",
- "to-regex-range"
- ]
- },
- "toc": true,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "lint": {
- "reflinks": true
- }
- },
- "version": "4.0.0"
- }
|