Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/fill-range/package.json

    r0c6b92a r79a0317  
    11{
    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"
    1320  ],
    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  },
    1529  "bugs": {
    1630    "url": "https://github.com/jonschlinkert/fill-range/issues"
    1731  },
    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    }
    2153  ],
    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   },
    3354  "dependencies": {
    3455    "to-regex-range": "^5.0.1"
    3556  },
     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`",
    3659  "devDependencies": {
    3760    "gulp-format-md": "^2.0.0",
     
    3962    "nyc": "^15.1.0"
    4063  },
     64  "engines": {
     65    "node": ">=8"
     66  },
     67  "files": [
     68    "index.js"
     69  ],
     70  "homepage": "https://github.com/jonschlinkert/fill-range",
    4171  "keywords": [
    4272    "alpha",
     
    5989    "sh"
    6090  ],
     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  },
    61105  "verb": {
    62106    "toc": false,
     
    71115      "reflinks": true
    72116    }
    73   }
     117  },
     118  "version": "7.1.1"
    74119}
Note: See TracChangeset for help on using the changeset viewer.