Changeset 79a0317 for imaps-frontend/node_modules/braces
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/braces/package.json
r0c6b92a r79a0317 1 1 { 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" 13 20 ], 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 }, 15 29 "bugs": { 16 30 "url": "https://github.com/micromatch/braces/issues" 17 31 }, 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 } 22 54 ], 23 "main": "index.js",24 "engines": {25 "node": ">=8"26 },27 "scripts": {28 "test": "mocha",29 "benchmark": "node benchmark"30 },31 55 "dependencies": { 32 56 "fill-range": "^7.1.1" 33 57 }, 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.", 34 60 "devDependencies": { 35 61 "ansi-colors": "^3.2.4", … … 38 64 "mocha": "^6.1.1" 39 65 }, 66 "engines": { 67 "node": ">=8" 68 }, 69 "files": [ 70 "index.js", 71 "lib" 72 ], 73 "homepage": "https://github.com/micromatch/braces", 40 74 "keywords": [ 41 75 "alpha", … … 62 96 "sh" 63 97 ], 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 }, 64 109 "verb": { 65 110 "toc": false, … … 74 119 "gulp-format-md" 75 120 ] 76 } 121 }, 122 "version": "3.0.3" 77 123 }
Note:
See TracChangeset
for help on using the changeset viewer.