{ "_args": [ [ "del@^2.0.2", "/Users/trott/io.js/tools/node_modules/flat-cache" ] ], "_from": "del@>=2.0.2 <3.0.0", "_id": "del@2.2.0", "_inCache": true, "_installable": true, "_location": "/del", "_nodeVersion": "4.2.1", "_npmUser": { "email": "sindresorhus@gmail.com", "name": "sindresorhus" }, "_npmVersion": "2.14.7", "_phantomChildren": {}, "_requested": { "name": "del", "raw": "del@^2.0.2", "rawSpec": "^2.0.2", "scope": null, "spec": ">=2.0.2 <3.0.0", "type": "range" }, "_requiredBy": [ "/flat-cache" ], "_resolved": "https://registry.npmjs.org/del/-/del-2.2.0.tgz", "_shasum": "9a50f04bf37325e283b4f44e985336c252456bd5", "_shrinkwrap": null, "_spec": "del@^2.0.2", "_where": "/Users/trott/io.js/tools/node_modules/flat-cache", "author": { "email": "sindresorhus@gmail.com", "name": "Sindre Sorhus", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/del/issues" }, "dependencies": { "globby": "^4.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/folders using globs", "devDependencies": { "fs-extra": "^0.26.2", "mocha": "*", "path-exists": "^2.0.0", "xo": "*" }, "directories": {}, "dist": { "shasum": "9a50f04bf37325e283b4f44e985336c252456bd5", "tarball": "https://registry.npmjs.org/del/-/del-2.2.0.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "f364db4622f69856d9b7d26c8830335e607924fe", "homepage": "https://github.com/sindresorhus/del", "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", "maintainers": [ { "email": "sindresorhus@gmail.com", "name": "sindresorhus" } ], "name": "del", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/del.git" }, "scripts": { "test": "xo && mocha" }, "version": "2.2.0", "xo": { "envs": [ "node", "mocha" ] } }