Changeset 79a0317 for imaps-frontend/node_modules/is-extglob
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/is-extglob/package.json
r0c6b92a r79a0317 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 "_from": "is-extglob@^2.1.1", 3 "_id": "is-extglob@2.1.1", 4 "_inBundle": false, 5 "_integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", 6 "_location": "/is-extglob", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "is-extglob@^2.1.1", 12 "name": "is-extglob", 13 "escapedName": "is-extglob", 14 "rawSpec": "^2.1.1", 15 "saveSpec": null, 16 "fetchSpec": "^2.1.1" 17 }, 18 "_requiredBy": [ 19 "/is-glob" 20 ], 21 "_resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", 22 "_shasum": "a88c02535791f02ed37c76a1b9ea9773c833f8c2", 23 "_spec": "is-extglob@^2.1.1", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/is-glob", 25 "author": { 26 "name": "Jon Schlinkert", 27 "url": "https://github.com/jonschlinkert" 28 }, 8 29 "bugs": { 9 30 "url": "https://github.com/jonschlinkert/is-extglob/issues" 10 31 }, 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 }, 32 "bundleDependencies": false, 33 "deprecated": false, 34 "description": "Returns true if a string has an extglob.", 22 35 "devDependencies": { 23 36 "gulp-format-md": "^0.1.10", 24 37 "mocha": "^3.0.2" 25 38 }, 39 "engines": { 40 "node": ">=0.10.0" 41 }, 42 "files": [ 43 "index.js" 44 ], 45 "homepage": "https://github.com/jonschlinkert/is-extglob", 26 46 "keywords": [ 27 47 "bash", … … 43 63 "test" 44 64 ], 65 "license": "MIT", 66 "main": "index.js", 67 "name": "is-extglob", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/jonschlinkert/is-extglob.git" 71 }, 72 "scripts": { 73 "test": "mocha" 74 }, 45 75 "verb": { 46 76 "toc": false, … … 66 96 "reflinks": true 67 97 } 68 } 98 }, 99 "version": "2.1.1" 69 100 }
Note:
See TracChangeset
for help on using the changeset viewer.