Changeset 59329aa for trip-planner-front/node_modules/brace-expansion
- 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/brace-expansion/package.json
rceaed42 r59329aa 1 1 { 2 "name": "brace-expansion", 3 "description": "Brace expansion as known from sh/bash", 4 "version": "1.1.11", 5 "repository": { 6 "type": "git", 7 "url": "git://github.com/juliangruber/brace-expansion.git" 2 "_args": [ 3 [ 4 "brace-expansion@1.1.11", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "brace-expansion@1.1.11", 10 "_id": "brace-expansion@1.1.11", 11 "_inBundle": false, 12 "_integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", 13 "_location": "/brace-expansion", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "brace-expansion@1.1.11", 19 "name": "brace-expansion", 20 "escapedName": "brace-expansion", 21 "rawSpec": "1.1.11", 22 "saveSpec": null, 23 "fetchSpec": "1.1.11" 8 24 }, 9 "homepage": "https://github.com/juliangruber/brace-expansion", 10 "main": "index.js", 11 "scripts": { 12 "test": "tape test/*.js", 13 "gentest": "bash test/generate.sh", 14 "bench": "matcha test/perf/bench.js" 25 "_requiredBy": [ 26 "/minimatch" 27 ], 28 "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", 29 "_spec": "1.1.11", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Julian Gruber", 33 "email": "mail@juliangruber.com", 34 "url": "http://juliangruber.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/juliangruber/brace-expansion/issues" 15 38 }, 16 39 "dependencies": { … … 18 41 "concat-map": "0.0.1" 19 42 }, 43 "description": "Brace expansion as known from sh/bash", 20 44 "devDependencies": { 21 45 "matcha": "^0.7.0", 22 46 "tape": "^4.6.0" 23 47 }, 48 "homepage": "https://github.com/juliangruber/brace-expansion", 24 49 "keywords": [], 25 "author": { 26 "name": "Julian Gruber", 27 "email": "mail@juliangruber.com", 28 "url": "http://juliangruber.com" 50 "license": "MIT", 51 "main": "index.js", 52 "name": "brace-expansion", 53 "repository": { 54 "type": "git", 55 "url": "git://github.com/juliangruber/brace-expansion.git" 29 56 }, 30 "license": "MIT", 57 "scripts": { 58 "bench": "matcha test/perf/bench.js", 59 "gentest": "bash test/generate.sh", 60 "test": "tape test/*.js" 61 }, 31 62 "testling": { 32 63 "files": "test/*.js", … … 44 75 "android-browser/4.2..latest" 45 76 ] 46 } 77 }, 78 "version": "1.1.11" 47 79 }
Note:
See TracChangeset
for help on using the changeset viewer.