wishthis/node_modules/del/package.json
2022-02-23 17:41:13 +01:00

96 lines
1.8 KiB
JSON

{
"_args": [
[
"del@3.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "del@3.0.0",
"_id": "del@3.0.0",
"_inBundle": false,
"_integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=",
"_location": "/del",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "del@3.0.0",
"name": "del",
"escapedName": "del",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/del/-/del-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/del/issues"
},
"dependencies": {
"globby": "^6.1.0",
"is-path-cwd": "^1.0.0",
"is-path-in-cwd": "^1.0.0",
"p-map": "^1.1.1",
"pify": "^3.0.0",
"rimraf": "^2.2.8"
},
"description": "Delete files and folders",
"devDependencies": {
"ava": "*",
"make-dir": "^1.0.0",
"tempy": "^0.1.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/del#readme",
"keywords": [
"delete",
"files",
"folders",
"directories",
"del",
"remove",
"destroy",
"trash",
"unlink",
"clean",
"cleaning",
"cleanup",
"rm",
"rmrf",
"rimraf",
"rmdir",
"glob",
"gulpfriendly",
"file",
"folder",
"directory",
"dir",
"fs",
"filesystem"
],
"license": "MIT",
"name": "del",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/del.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.0.0"
}