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/braces/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "braces",
    3   "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
    4   "version": "3.0.3",
    5   "homepage": "https://github.com/micromatch/braces",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Elan Shanker (https://github.com/es128)",
    10     "Eugene Sharygin (https://github.com/eush77)",
    11     "hemanth.hm (http://h3manth.com)",
    12     "Jon Schlinkert (http://twitter.com/jonschlinkert)"
     2  "_from": "braces@^3.0.3",
     3  "_id": "braces@3.0.3",
     4  "_inBundle": false,
     5  "_integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
     6  "_location": "/braces",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "braces@^3.0.3",
     12    "name": "braces",
     13    "escapedName": "braces",
     14    "rawSpec": "^3.0.3",
     15    "saveSpec": null,
     16    "fetchSpec": "^3.0.3"
     17  },
     18  "_requiredBy": [
     19    "/micromatch"
    1320  ],
    14   "repository": "micromatch/braces",
     21  "_resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
     22  "_shasum": "490332f40919452272d55a8480adc0c441358789",
     23  "_spec": "braces@^3.0.3",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/micromatch",
     25  "author": {
     26    "name": "Jon Schlinkert",
     27    "url": "https://github.com/jonschlinkert"
     28  },
    1529  "bugs": {
    1630    "url": "https://github.com/micromatch/braces/issues"
    1731  },
    18   "license": "MIT",
    19   "files": [
    20     "index.js",
    21     "lib"
     32  "bundleDependencies": false,
     33  "contributors": [
     34    {
     35      "name": "Brian Woodward",
     36      "url": "https://twitter.com/doowb"
     37    },
     38    {
     39      "name": "Elan Shanker",
     40      "url": "https://github.com/es128"
     41    },
     42    {
     43      "name": "Eugene Sharygin",
     44      "url": "https://github.com/eush77"
     45    },
     46    {
     47      "name": "hemanth.hm",
     48      "url": "http://h3manth.com"
     49    },
     50    {
     51      "name": "Jon Schlinkert",
     52      "url": "http://twitter.com/jonschlinkert"
     53    }
    2254  ],
    23   "main": "index.js",
    24   "engines": {
    25     "node": ">=8"
    26   },
    27   "scripts": {
    28     "test": "mocha",
    29     "benchmark": "node benchmark"
    30   },
    3155  "dependencies": {
    3256    "fill-range": "^7.1.1"
    3357  },
     58  "deprecated": false,
     59  "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
    3460  "devDependencies": {
    3561    "ansi-colors": "^3.2.4",
     
    3864    "mocha": "^6.1.1"
    3965  },
     66  "engines": {
     67    "node": ">=8"
     68  },
     69  "files": [
     70    "index.js",
     71    "lib"
     72  ],
     73  "homepage": "https://github.com/micromatch/braces",
    4074  "keywords": [
    4175    "alpha",
     
    6296    "sh"
    6397  ],
     98  "license": "MIT",
     99  "main": "index.js",
     100  "name": "braces",
     101  "repository": {
     102    "type": "git",
     103    "url": "git+https://github.com/micromatch/braces.git"
     104  },
     105  "scripts": {
     106    "benchmark": "node benchmark",
     107    "test": "mocha"
     108  },
    64109  "verb": {
    65110    "toc": false,
     
    74119      "gulp-format-md"
    75120    ]
    76   }
     121  },
     122  "version": "3.0.3"
    77123}
Note: See TracChangeset for help on using the changeset viewer.