Changeset 79a0317 for imaps-frontend/node_modules/picomatch
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/picomatch/package.json
r0c6b92a r79a0317 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.1", 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 "_from": "picomatch@^2.3.1", 3 "_id": "picomatch@2.3.1", 4 "_inBundle": false, 5 "_integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 6 "_location": "/picomatch", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "picomatch@^2.3.1", 12 "name": "picomatch", 13 "escapedName": "picomatch", 14 "rawSpec": "^2.3.1", 15 "saveSpec": null, 16 "fetchSpec": "^2.3.1" 17 }, 18 "_requiredBy": [ 19 "/micromatch" 20 ], 21 "_resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 22 "_shasum": "3ba3833733646d9d3e4995946c1365a67fb07a42", 23 "_spec": "picomatch@^2.3.1", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/micromatch", 25 "author": { 26 "name": "Jon Schlinkert", 27 "url": "https://github.com/jonschlinkert" 28 }, 9 29 "bugs": { 10 30 "url": "https://github.com/micromatch/picomatch/issues" 11 31 }, 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 }, 32 "bundleDependencies": false, 33 "deprecated": false, 34 "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 35 "devDependencies": { 29 36 "eslint": "^6.8.0", … … 34 41 "time-require": "github:jonschlinkert/time-require" 35 42 }, 43 "engines": { 44 "node": ">=8.6" 45 }, 46 "files": [ 47 "index.js", 48 "lib" 49 ], 50 "funding": "https://github.com/sponsors/jonschlinkert", 51 "homepage": "https://github.com/micromatch/picomatch", 36 52 "keywords": [ 37 53 "glob", … … 39 55 "picomatch" 40 56 ], 57 "license": "MIT", 58 "main": "index.js", 59 "name": "picomatch", 41 60 "nyc": { 42 61 "reporter": [ … … 45 64 "text-summary" 46 65 ] 66 }, 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/micromatch/picomatch.git" 70 }, 71 "scripts": { 72 "lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives --ignore-path .gitignore .", 73 "mocha": "mocha --reporter dot", 74 "test": "npm run lint && npm run mocha", 75 "test:ci": "npm run test:cover", 76 "test:cover": "nyc npm run mocha" 47 77 }, 48 78 "verb": { … … 78 108 "picomatch" 79 109 ] 80 } 110 }, 111 "version": "2.3.1" 81 112 }
Note:
See TracChangeset
for help on using the changeset viewer.