package.json 1.57 KB
{
  "_args": [
    [
      "rimraf@2.6.2",
      "/Library/WebServer/Documents/mywork/dyitoc"
    ]
  ],
  "_development": true,
  "_from": "rimraf@2.6.2",
  "_id": "rimraf@2.6.2",
  "_inBundle": false,
  "_integrity": "sha1-LtgVDSShbqhlHm1u8PR8QVjOejY=",
  "_location": "/rimraf",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rimraf@2.6.2",
    "name": "rimraf",
    "escapedName": "rimraf",
    "rawSpec": "2.6.2",
    "saveSpec": null,
    "fetchSpec": "2.6.2"
  },
  "_requiredBy": [
    "#DEV:/",
    "/cacache",
    "/copy-concurrently",
    "/del",
    "/fstream",
    "/move-concurrently",
    "/node-gyp"
  ],
  "_resolved": "http://registry.npm.taobao.org/rimraf/download/rimraf-2.6.2.tgz",
  "_spec": "2.6.2",
  "_where": "/Library/WebServer/Documents/mywork/dyitoc",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bin": {
    "rimraf": "./bin.js"
  },
  "bugs": {
    "url": "https://github.com/isaacs/rimraf/issues"
  },
  "dependencies": {
    "glob": "^7.0.5"
  },
  "description": "A deep deletion module for node (like `rm -rf`)",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "tap": "^10.1.2"
  },
  "files": [
    "LICENSE",
    "README.md",
    "bin.js",
    "rimraf.js"
  ],
  "homepage": "https://github.com/isaacs/rimraf#readme",
  "license": "ISC",
  "main": "rimraf.js",
  "name": "rimraf",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/rimraf.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "2.6.2"
}