Changeset 59329aa for trip-planner-front/node_modules/is-extglob
- 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/is-extglob/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-extglob", 3 "description": "Returns true if a string has an extglob.", 4 "version": "2.1.1", 5 "homepage": "https://github.com/jonschlinkert/is-extglob", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/is-extglob", 2 "_args": [ 3 [ 4 "is-extglob@2.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-extglob@2.1.1", 10 "_id": "is-extglob@2.1.1", 11 "_inBundle": false, 12 "_integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", 13 "_location": "/is-extglob", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-extglob@2.1.1", 19 "name": "is-extglob", 20 "escapedName": "is-extglob", 21 "rawSpec": "2.1.1", 22 "saveSpec": null, 23 "fetchSpec": "2.1.1" 24 }, 25 "_requiredBy": [ 26 "/is-glob", 27 "/webpack-dev-server/glob-parent/is-glob" 28 ], 29 "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 30 "_spec": "2.1.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Jon Schlinkert", 34 "url": "https://github.com/jonschlinkert" 35 }, 8 36 "bugs": { 9 37 "url": "https://github.com/jonschlinkert/is-extglob/issues" 10 38 }, 11 "license": "MIT", 12 "files": [ 13 "index.js" 14 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 39 "description": "Returns true if a string has an extglob.", 22 40 "devDependencies": { 23 41 "gulp-format-md": "^0.1.10", 24 42 "mocha": "^3.0.2" 25 43 }, 44 "engines": { 45 "node": ">=0.10.0" 46 }, 47 "files": [ 48 "index.js" 49 ], 50 "homepage": "https://github.com/jonschlinkert/is-extglob", 26 51 "keywords": [ 27 52 "bash", … … 43 68 "test" 44 69 ], 70 "license": "MIT", 71 "main": "index.js", 72 "name": "is-extglob", 73 "repository": { 74 "type": "git", 75 "url": "git+https://github.com/jonschlinkert/is-extglob.git" 76 }, 77 "scripts": { 78 "test": "mocha" 79 }, 45 80 "verb": { 46 81 "toc": false, … … 66 101 "reflinks": true 67 102 } 68 } 103 }, 104 "version": "2.1.1" 69 105 }
Note:
See TracChangeset
for help on using the changeset viewer.