123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- "_args": [
- [
- "globby@^8.0.1",
- "/home/seleznev/project Angular/Quality system/node_modules/yeoman-environment"
- ]
- ],
- "_from": "globby@>=8.0.1 <9.0.0",
- "_id": "globby@8.0.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/globby",
- "_nodeVersion": "8.9.4",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/globby_8.0.1_1518849395259_0.29304546660026753"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "5.6.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "globby",
- "raw": "globby@^8.0.1",
- "rawSpec": "^8.0.1",
- "scope": null,
- "spec": ">=8.0.1 <9.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/yeoman-environment"
- ],
- "_resolved": "https://registry.npmjs.org/globby/-/globby-8.0.1.tgz",
- "_shasum": "b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50",
- "_shrinkwrap": null,
- "_spec": "globby@^8.0.1",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/yeoman-environment",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/globby/issues"
- },
- "dependencies": {
- "array-union": "^1.0.1",
- "dir-glob": "^2.0.0",
- "fast-glob": "^2.0.2",
- "glob": "^7.1.2",
- "ignore": "^3.3.5",
- "pify": "^3.0.0",
- "slash": "^1.0.0"
- },
- "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
- "devDependencies": {
- "ava": "*",
- "glob-stream": "^6.1.0",
- "globby": "github:sindresorhus/globby#master",
- "matcha": "^0.7.0",
- "rimraf": "^2.2.8",
- "xo": "^0.18.0"
- },
- "directories": {},
- "dist": {
- "fileCount": 5,
- "integrity": "sha512-oMrYrJERnKBLXNLVTqhm3vPEdJ/b2ZE28xN4YARiix1NOIOBPEpOUnm844K1iu/BkphCaf2WNFwMszv8Soi1pw==",
- "shasum": "b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50",
- "tarball": "https://registry.npmjs.org/globby/-/globby-8.0.1.tgz",
- "unpackedSize": 12394
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "gitignore.js",
- "index.js"
- ],
- "gitHead": "c22e731c7c47c351b5f4d03e1195cbfa5f611fea",
- "homepage": "https://github.com/sindresorhus/globby#readme",
- "keywords": [
- "all",
- "array",
- "directories",
- "dirs",
- "expand",
- "files",
- "filesystem",
- "filter",
- "find",
- "fnmatch",
- "folders",
- "fs",
- "git",
- "gitignore",
- "glob",
- "globbing",
- "globs",
- "gulpfriendly",
- "match",
- "matcher",
- "minimatch",
- "multi",
- "multiple",
- "paths",
- "pattern",
- "patterns",
- "promise",
- "traverse",
- "util",
- "utility",
- "wildcard",
- "wildcards"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "schnittstabil",
- "email": "michael@schnittstabil.de"
- },
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- {
- "name": "ult_combo",
- "email": "ultcombo@gmail.com"
- }
- ],
- "name": "globby",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/globby.git"
- },
- "scripts": {
- "bench": "npm update glob-stream fast-glob && matcha bench.js",
- "test": "xo && ava"
- },
- "version": "8.0.1"
- }
|