rDrama/node_modules/dir-glob/package.json

74 lines
1.5 KiB
JSON

{
"_args": [
[
"dir-glob@3.0.1",
"/d"
]
],
"_from": "dir-glob@3.0.1",
"_id": "dir-glob@3.0.1",
"_inBundle": false,
"_integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
"_location": "/dir-glob",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dir-glob@3.0.1",
"name": "dir-glob",
"escapedName": "dir-glob",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/globby"
],
"_resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "/d",
"author": {
"name": "Kevin MÃ¥rtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/dir-glob/issues"
},
"dependencies": {
"path-type": "^4.0.0"
},
"description": "Convert directories to glob compatible strings",
"devDependencies": {
"ava": "^2.1.0",
"del": "^4.1.1",
"make-dir": "^3.0.0",
"rimraf": "^2.5.0",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/dir-glob#readme",
"keywords": [
"convert",
"directory",
"extensions",
"files",
"glob"
],
"license": "MIT",
"name": "dir-glob",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/dir-glob.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.0.1"
}