[0c6b92a] | 1 | {
|
---|
[79a0317] | 2 | "_from": "braces@^3.0.3",
|
---|
| 3 | "_id": "braces@3.0.3",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
---|
| 6 | "_location": "/braces",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "braces@^3.0.3",
|
---|
| 12 | "name": "braces",
|
---|
| 13 | "escapedName": "braces",
|
---|
| 14 | "rawSpec": "^3.0.3",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^3.0.3"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/micromatch"
|
---|
[0c6b92a] | 20 | ],
|
---|
[79a0317] | 21 | "_resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
---|
| 22 | "_shasum": "490332f40919452272d55a8480adc0c441358789",
|
---|
| 23 | "_spec": "braces@^3.0.3",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/micromatch",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Jon Schlinkert",
|
---|
| 27 | "url": "https://github.com/jonschlinkert"
|
---|
| 28 | },
|
---|
[0c6b92a] | 29 | "bugs": {
|
---|
| 30 | "url": "https://github.com/micromatch/braces/issues"
|
---|
| 31 | },
|
---|
[79a0317] | 32 | "bundleDependencies": false,
|
---|
| 33 | "contributors": [
|
---|
| 34 | {
|
---|
| 35 | "name": "Brian Woodward",
|
---|
| 36 | "url": "https://twitter.com/doowb"
|
---|
| 37 | },
|
---|
| 38 | {
|
---|
| 39 | "name": "Elan Shanker",
|
---|
| 40 | "url": "https://github.com/es128"
|
---|
| 41 | },
|
---|
| 42 | {
|
---|
| 43 | "name": "Eugene Sharygin",
|
---|
| 44 | "url": "https://github.com/eush77"
|
---|
| 45 | },
|
---|
| 46 | {
|
---|
| 47 | "name": "hemanth.hm",
|
---|
| 48 | "url": "http://h3manth.com"
|
---|
| 49 | },
|
---|
| 50 | {
|
---|
| 51 | "name": "Jon Schlinkert",
|
---|
| 52 | "url": "http://twitter.com/jonschlinkert"
|
---|
| 53 | }
|
---|
[0c6b92a] | 54 | ],
|
---|
| 55 | "dependencies": {
|
---|
| 56 | "fill-range": "^7.1.1"
|
---|
| 57 | },
|
---|
[79a0317] | 58 | "deprecated": false,
|
---|
| 59 | "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
|
---|
[0c6b92a] | 60 | "devDependencies": {
|
---|
| 61 | "ansi-colors": "^3.2.4",
|
---|
| 62 | "bash-path": "^2.0.1",
|
---|
| 63 | "gulp-format-md": "^2.0.0",
|
---|
| 64 | "mocha": "^6.1.1"
|
---|
| 65 | },
|
---|
[79a0317] | 66 | "engines": {
|
---|
| 67 | "node": ">=8"
|
---|
| 68 | },
|
---|
| 69 | "files": [
|
---|
| 70 | "index.js",
|
---|
| 71 | "lib"
|
---|
| 72 | ],
|
---|
| 73 | "homepage": "https://github.com/micromatch/braces",
|
---|
[0c6b92a] | 74 | "keywords": [
|
---|
| 75 | "alpha",
|
---|
| 76 | "alphabetical",
|
---|
| 77 | "bash",
|
---|
| 78 | "brace",
|
---|
| 79 | "braces",
|
---|
| 80 | "expand",
|
---|
| 81 | "expansion",
|
---|
| 82 | "filepath",
|
---|
| 83 | "fill",
|
---|
| 84 | "fs",
|
---|
| 85 | "glob",
|
---|
| 86 | "globbing",
|
---|
| 87 | "letter",
|
---|
| 88 | "match",
|
---|
| 89 | "matches",
|
---|
| 90 | "matching",
|
---|
| 91 | "number",
|
---|
| 92 | "numerical",
|
---|
| 93 | "path",
|
---|
| 94 | "range",
|
---|
| 95 | "ranges",
|
---|
| 96 | "sh"
|
---|
| 97 | ],
|
---|
[79a0317] | 98 | "license": "MIT",
|
---|
| 99 | "main": "index.js",
|
---|
| 100 | "name": "braces",
|
---|
| 101 | "repository": {
|
---|
| 102 | "type": "git",
|
---|
| 103 | "url": "git+https://github.com/micromatch/braces.git"
|
---|
| 104 | },
|
---|
| 105 | "scripts": {
|
---|
| 106 | "benchmark": "node benchmark",
|
---|
| 107 | "test": "mocha"
|
---|
| 108 | },
|
---|
[0c6b92a] | 109 | "verb": {
|
---|
| 110 | "toc": false,
|
---|
| 111 | "layout": "default",
|
---|
| 112 | "tasks": [
|
---|
| 113 | "readme"
|
---|
| 114 | ],
|
---|
| 115 | "lint": {
|
---|
| 116 | "reflinks": true
|
---|
| 117 | },
|
---|
| 118 | "plugins": [
|
---|
| 119 | "gulp-format-md"
|
---|
| 120 | ]
|
---|
[79a0317] | 121 | },
|
---|
| 122 | "version": "3.0.3"
|
---|
[0c6b92a] | 123 | }
|
---|