File: /var/www/zaklada/html/node_modules/del/package.json
{
"_args": [
[
"del@2.2.2",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "del@2.2.2",
"_id": "del@2.2.2",
"_inBundle": false,
"_integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=",
"_location": "/del",
"_phantomChildren": {
"array-union": "1.0.2",
"arrify": "1.0.1",
"glob": "7.1.3",
"object-assign": "4.1.1",
"pify": "2.3.0",
"pinkie-promise": "2.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "del@2.2.2",
"name": "del",
"escapedName": "del",
"rawSpec": "2.2.2",
"saveSpec": null,
"fetchSpec": "2.2.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
"_spec": "2.2.2",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/del/issues"
},
"dependencies": {
"globby": "^5.0.0",
"is-path-cwd": "^1.0.0",
"is-path-in-cwd": "^1.0.0",
"object-assign": "^4.0.1",
"pify": "^2.0.0",
"pinkie-promise": "^2.0.0",
"rimraf": "^2.2.8"
},
"description": "Delete files and folders",
"devDependencies": {
"ava": "*",
"fs-extra": "^0.30.0",
"path-exists": "^2.0.0",
"tempfile": "^1.1.1",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/del#readme",
"keywords": [
"delete",
"del",
"remove",
"destroy",
"trash",
"unlink",
"clean",
"cleaning",
"cleanup",
"rm",
"rmrf",
"rimraf",
"rmdir",
"glob",
"gulpfriendly",
"file",
"files",
"folder",
"dir",
"directory",
"fs",
"filesystem"
],
"license": "MIT",
"name": "del",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/del.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.2.2"
}