Changeset 59329aa for trip-planner-front/node_modules/braces/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/braces/package.json
rceaed42 r59329aa 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.2", 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 "_args": [ 3 [ 4 "braces@3.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 13 7 ], 14 "repository": "micromatch/braces", 8 "_development": true, 9 "_from": "braces@3.0.2", 10 "_id": "braces@3.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", 13 "_location": "/braces", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "braces@3.0.2", 19 "name": "braces", 20 "escapedName": "braces", 21 "rawSpec": "3.0.2", 22 "saveSpec": null, 23 "fetchSpec": "3.0.2" 24 }, 25 "_requiredBy": [ 26 "/chokidar", 27 "/karma", 28 "/micromatch" 29 ], 30 "_resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", 31 "_spec": "3.0.2", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 15 37 "bugs": { 16 38 "url": "https://github.com/micromatch/braces/issues" 17 39 }, 18 "license": "MIT", 19 "files": [ 20 "index.js", 21 "lib" 40 "contributors": [ 41 { 42 "name": "Brian Woodward", 43 "url": "https://twitter.com/doowb" 44 }, 45 { 46 "name": "Elan Shanker", 47 "url": "https://github.com/es128" 48 }, 49 { 50 "name": "Eugene Sharygin", 51 "url": "https://github.com/eush77" 52 }, 53 { 54 "name": "hemanth.hm", 55 "url": "http://h3manth.com" 56 }, 57 { 58 "name": "Jon Schlinkert", 59 "url": "http://twitter.com/jonschlinkert" 60 } 22 61 ], 23 "main": "index.js",24 "engines": {25 "node": ">=8"26 },27 "scripts": {28 "test": "mocha",29 "benchmark": "node benchmark"30 },31 62 "dependencies": { 32 63 "fill-range": "^7.0.1" 33 64 }, 65 "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 66 "devDependencies": { 35 67 "ansi-colors": "^3.2.4", … … 38 70 "mocha": "^6.1.1" 39 71 }, 72 "engines": { 73 "node": ">=8" 74 }, 75 "files": [ 76 "index.js", 77 "lib" 78 ], 79 "homepage": "https://github.com/micromatch/braces", 40 80 "keywords": [ 41 81 "alpha", … … 62 102 "sh" 63 103 ], 104 "license": "MIT", 105 "main": "index.js", 106 "name": "braces", 107 "repository": { 108 "type": "git", 109 "url": "git+https://github.com/micromatch/braces.git" 110 }, 111 "scripts": { 112 "benchmark": "node benchmark", 113 "test": "mocha" 114 }, 64 115 "verb": { 65 116 "toc": false, … … 74 125 "gulp-format-md" 75 126 ] 76 } 127 }, 128 "version": "3.0.2" 77 129 }
Note:
See TracChangeset
for help on using the changeset viewer.