76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"dir-glob@3.0.1",
|
||
|
"C:\\laragon\\www\\idlers"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_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": [
|
||
|
"/del/globby",
|
||
|
"/globby"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
||
|
"_spec": "3.0.1",
|
||
|
"_where": "C:\\laragon\\www\\idlers",
|
||
|
"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"
|
||
|
}
|