1{ 2 "_from": "rimraf@2.7.1", 3 "_id": "rimraf@2.7.1", 4 "_inBundle": false, 5 "_integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", 6 "_location": "/rimraf", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "rimraf@2.7.1", 12 "name": "rimraf", 13 "escapedName": "rimraf", 14 "rawSpec": "2.7.1", 15 "saveSpec": null, 16 "fetchSpec": "2.7.1" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/", 21 "/cacache", 22 "/copy-concurrently", 23 "/fs-vacuum", 24 "/istanbul-lib-source-maps", 25 "/libcipm", 26 "/libnpx", 27 "/move-concurrently", 28 "/node-gyp", 29 "/nyc", 30 "/pacote", 31 "/spawn-wrap", 32 "/tap" 33 ], 34 "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", 35 "_shasum": "35797f13a7fdadc566142c29d4f07ccad483e3ec", 36 "_spec": "rimraf@2.7.1", 37 "_where": "/Users/darcyclarke/Documents/Repos/npm/npm/cli", 38 "author": { 39 "name": "Isaac Z. Schlueter", 40 "email": "i@izs.me", 41 "url": "http://blog.izs.me/" 42 }, 43 "bin": { 44 "rimraf": "bin.js" 45 }, 46 "bugs": { 47 "url": "https://github.com/isaacs/rimraf/issues" 48 }, 49 "bundleDependencies": false, 50 "dependencies": { 51 "glob": "^7.1.3" 52 }, 53 "deprecated": false, 54 "description": "A deep deletion module for node (like `rm -rf`)", 55 "devDependencies": { 56 "mkdirp": "^0.5.1", 57 "tap": "^12.1.1" 58 }, 59 "files": [ 60 "LICENSE", 61 "README.md", 62 "bin.js", 63 "rimraf.js" 64 ], 65 "homepage": "https://github.com/isaacs/rimraf#readme", 66 "license": "ISC", 67 "main": "rimraf.js", 68 "name": "rimraf", 69 "repository": { 70 "type": "git", 71 "url": "git://github.com/isaacs/rimraf.git" 72 }, 73 "scripts": { 74 "postpublish": "git push origin --all; git push origin --tags", 75 "postversion": "npm publish", 76 "preversion": "npm test", 77 "test": "tap test/*.js" 78 }, 79 "version": "2.7.1" 80} 81