{
"_from": "glob-promise@3.4.0",
"_id": "glob-promise@3.4.0",
"_inBundle": false,
"_integrity": "sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==",
"_location": "/glob-promise",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "glob-promise@3.4.0",
"name": "glob-promise",
"escapedName": "glob-promise",
"rawSpec": "3.4.0",
"saveSpec": null,
"fetchSpec": "3.4.0"
},
"_requiredBy": [
"/@expo/xdl"
],
"_resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-3.4.0.tgz",
"_shasum": "b6b8f084504216f702dc2ce8c9bc9ac8866fdb20",
"_spec": "glob-promise@3.4.0",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/xdl",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
"url": "https://www.ahmadnassri.com/"
},
"bugs": {
"url": "https://github.com/ahmadnassri/glob-promise/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/glob": "*"
},
"deprecated": false,
"description": "Promise version of glob",
"devDependencies": {
"tap": "^11.1.2"
},
"engines": {
"node": ">=4"
},
"files": [
"lib"
],
"homepage": "https://github.com/ahmadnassri/glob-promise",
"keywords": [
"glob",
"promise"
],
"license": "ISC",
"main": "lib/index.js",
"name": "glob-promise",
"peerDependencies": {
"glob": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadnassri/glob-promise.git"
},
"scripts": {
"coverage": "opener coverage/lcov-report/index.html",
"pretest": "npm run test:codeclimate",
"test": "npm run test:tap",
"test:codeclimate": ".scripts/codeclimate analyze",
"test:tap": "tap test --100 --coverage-report=lcov --no-browser"
},
"types": "lib/index.d.ts",
"version": "3.4.0"
}