Changeset 79a0317 for imaps-frontend/node_modules/fill-range
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/fill-range/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "fill-range", 3 "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`", 4 "version": "7.1.1", 5 "homepage": "https://github.com/jonschlinkert/fill-range", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Edo Rivai (edo.rivai.nl)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 10 "Paul Miller (paulmillr.com)", 11 "Rouven Weßling (www.rouvenwessling.de)", 12 "(https://github.com/wtgtybhertgeghgtwtg)" 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" 13 20 ], 14 "repository": "jonschlinkert/fill-range", 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 }, 15 29 "bugs": { 16 30 "url": "https://github.com/jonschlinkert/fill-range/issues" 17 31 }, 18 "license": "MIT", 19 "files": [ 20 "index.js" 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 } 21 53 ], 22 "main": "index.js",23 "engines": {24 "node": ">=8"25 },26 "scripts": {27 "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .",28 "mocha": "mocha --reporter dot",29 "test": "npm run lint && npm run mocha",30 "test:ci": "npm run test:cover",31 "test:cover": "nyc npm run mocha"32 },33 54 "dependencies": { 34 55 "to-regex-range": "^5.0.1" 35 56 }, 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`", 36 59 "devDependencies": { 37 60 "gulp-format-md": "^2.0.0", … … 39 62 "nyc": "^15.1.0" 40 63 }, 64 "engines": { 65 "node": ">=8" 66 }, 67 "files": [ 68 "index.js" 69 ], 70 "homepage": "https://github.com/jonschlinkert/fill-range", 41 71 "keywords": [ 42 72 "alpha", … … 59 89 "sh" 60 90 ], 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 }, 61 105 "verb": { 62 106 "toc": false, … … 71 115 "reflinks": true 72 116 } 73 } 117 }, 118 "version": "7.1.1" 74 119 }
Note:
See TracChangeset
for help on using the changeset viewer.