Changeset 59329aa for trip-planner-front/node_modules/picomatch
- 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/picomatch/package.json
rceaed42 r59329aa 1 1 { 2 "name": "picomatch", 3 "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", 4 "version": "2.3.0", 5 "homepage": "https://github.com/micromatch/picomatch", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "funding": "https://github.com/sponsors/jonschlinkert", 8 "repository": "micromatch/picomatch", 2 "_args": [ 3 [ 4 "picomatch@2.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "picomatch@2.3.0", 10 "_id": "picomatch@2.3.0", 11 "_inBundle": false, 12 "_integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", 13 "_location": "/picomatch", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "picomatch@2.3.0", 19 "name": "picomatch", 20 "escapedName": "picomatch", 21 "rawSpec": "2.3.0", 22 "saveSpec": null, 23 "fetchSpec": "2.3.0" 24 }, 25 "_requiredBy": [ 26 "/anymatch", 27 "/micromatch", 28 "/readdirp" 29 ], 30 "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", 31 "_spec": "2.3.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 9 37 "bugs": { 10 38 "url": "https://github.com/micromatch/picomatch/issues" 11 39 }, 12 "license": "MIT", 13 "files": [ 14 "index.js", 15 "lib" 16 ], 17 "main": "index.js", 18 "engines": { 19 "node": ">=8.6" 20 }, 21 "scripts": { 22 "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .", 23 "mocha": "mocha --reporter dot", 24 "test": "npm run lint && npm run mocha", 25 "test:ci": "npm run test:cover", 26 "test:cover": "nyc npm run mocha" 27 }, 40 "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.", 28 41 "devDependencies": { 29 42 "eslint": "^6.8.0", … … 34 47 "time-require": "github:jonschlinkert/time-require" 35 48 }, 49 "engines": { 50 "node": ">=8.6" 51 }, 52 "files": [ 53 "index.js", 54 "lib" 55 ], 56 "funding": "https://github.com/sponsors/jonschlinkert", 57 "homepage": "https://github.com/micromatch/picomatch", 36 58 "keywords": [ 37 59 "glob", … … 39 61 "picomatch" 40 62 ], 63 "license": "MIT", 64 "main": "index.js", 65 "name": "picomatch", 41 66 "nyc": { 42 67 "reporter": [ … … 45 70 "text-summary" 46 71 ] 72 }, 73 "repository": { 74 "type": "git", 75 "url": "git+https://github.com/micromatch/picomatch.git" 76 }, 77 "scripts": { 78 "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .", 79 "mocha": "mocha --reporter dot", 80 "test": "npm run lint && npm run mocha", 81 "test:ci": "npm run test:cover", 82 "test:cover": "nyc npm run mocha" 47 83 }, 48 84 "verb": { … … 78 114 "picomatch" 79 115 ] 80 } 116 }, 117 "version": "2.3.0" 81 118 }
Note:
See TracChangeset
for help on using the changeset viewer.