[0c6b92a] | 1 | {
|
---|
[79a0317] | 2 | "_from": "fill-range@^7.1.1",
|
---|
| 3 | "_id": "fill-range@7.1.1",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
---|
| 6 | "_location": "/fill-range",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "fill-range@^7.1.1",
|
---|
| 12 | "name": "fill-range",
|
---|
| 13 | "escapedName": "fill-range",
|
---|
| 14 | "rawSpec": "^7.1.1",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^7.1.1"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/braces"
|
---|
[0c6b92a] | 20 | ],
|
---|
[79a0317] | 21 | "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
---|
| 22 | "_shasum": "44265d3cac07e3ea7dc247516380643754a05292",
|
---|
| 23 | "_spec": "fill-range@^7.1.1",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/braces",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Jon Schlinkert",
|
---|
| 27 | "url": "https://github.com/jonschlinkert"
|
---|
| 28 | },
|
---|
[0c6b92a] | 29 | "bugs": {
|
---|
| 30 | "url": "https://github.com/jonschlinkert/fill-range/issues"
|
---|
| 31 | },
|
---|
[79a0317] | 32 | "bundleDependencies": false,
|
---|
| 33 | "contributors": [
|
---|
| 34 | {
|
---|
| 35 | "name": "Edo Rivai",
|
---|
| 36 | "url": "edo.rivai.nl"
|
---|
| 37 | },
|
---|
| 38 | {
|
---|
| 39 | "name": "Jon Schlinkert",
|
---|
| 40 | "url": "http://twitter.com/jonschlinkert"
|
---|
| 41 | },
|
---|
| 42 | {
|
---|
| 43 | "name": "Paul Miller",
|
---|
| 44 | "url": "paulmillr.com"
|
---|
| 45 | },
|
---|
| 46 | {
|
---|
| 47 | "name": "Rouven Weßling",
|
---|
| 48 | "url": "www.rouvenwessling.de"
|
---|
| 49 | },
|
---|
| 50 | {
|
---|
| 51 | "url": "https://github.com/wtgtybhertgeghgtwtg"
|
---|
| 52 | }
|
---|
[0c6b92a] | 53 | ],
|
---|
| 54 | "dependencies": {
|
---|
| 55 | "to-regex-range": "^5.0.1"
|
---|
| 56 | },
|
---|
[79a0317] | 57 | "deprecated": false,
|
---|
| 58 | "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`",
|
---|
[0c6b92a] | 59 | "devDependencies": {
|
---|
| 60 | "gulp-format-md": "^2.0.0",
|
---|
| 61 | "mocha": "^6.1.1",
|
---|
| 62 | "nyc": "^15.1.0"
|
---|
| 63 | },
|
---|
[79a0317] | 64 | "engines": {
|
---|
| 65 | "node": ">=8"
|
---|
| 66 | },
|
---|
| 67 | "files": [
|
---|
| 68 | "index.js"
|
---|
| 69 | ],
|
---|
| 70 | "homepage": "https://github.com/jonschlinkert/fill-range",
|
---|
[0c6b92a] | 71 | "keywords": [
|
---|
| 72 | "alpha",
|
---|
| 73 | "alphabetical",
|
---|
| 74 | "array",
|
---|
| 75 | "bash",
|
---|
| 76 | "brace",
|
---|
| 77 | "expand",
|
---|
| 78 | "expansion",
|
---|
| 79 | "fill",
|
---|
| 80 | "glob",
|
---|
| 81 | "match",
|
---|
| 82 | "matches",
|
---|
| 83 | "matching",
|
---|
| 84 | "number",
|
---|
| 85 | "numerical",
|
---|
| 86 | "range",
|
---|
| 87 | "ranges",
|
---|
| 88 | "regex",
|
---|
| 89 | "sh"
|
---|
| 90 | ],
|
---|
[79a0317] | 91 | "license": "MIT",
|
---|
| 92 | "main": "index.js",
|
---|
| 93 | "name": "fill-range",
|
---|
| 94 | "repository": {
|
---|
| 95 | "type": "git",
|
---|
| 96 | "url": "git+https://github.com/jonschlinkert/fill-range.git"
|
---|
| 97 | },
|
---|
| 98 | "scripts": {
|
---|
| 99 | "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",
|
---|
| 100 | "mocha": "mocha --reporter dot",
|
---|
| 101 | "test": "npm run lint && npm run mocha",
|
---|
| 102 | "test:ci": "npm run test:cover",
|
---|
| 103 | "test:cover": "nyc npm run mocha"
|
---|
| 104 | },
|
---|
[0c6b92a] | 105 | "verb": {
|
---|
| 106 | "toc": false,
|
---|
| 107 | "layout": "default",
|
---|
| 108 | "tasks": [
|
---|
| 109 | "readme"
|
---|
| 110 | ],
|
---|
| 111 | "plugins": [
|
---|
| 112 | "gulp-format-md"
|
---|
| 113 | ],
|
---|
| 114 | "lint": {
|
---|
| 115 | "reflinks": true
|
---|
| 116 | }
|
---|
[79a0317] | 117 | },
|
---|
| 118 | "version": "7.1.1"
|
---|
[0c6b92a] | 119 | }
|
---|