프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / rmdir / package.json

이력 | 보기 | 이력해설 | 다운로드 (1.89 KB)

1
{
2
  "_from": "rmdir",
3
  "_id": "rmdir@1.2.0",
4
  "_inBundle": false,
5
  "_integrity": "sha1-T+A1fLBhaMJY5z6WgJPcTooPMlM=",
6
  "_location": "/rmdir",
7
  "_phantomChildren": {},
8
  "_requested": {
9
    "type": "tag",
10
    "registry": true,
11
    "raw": "rmdir",
12
    "name": "rmdir",
13
    "escapedName": "rmdir",
14
    "rawSpec": "",
15
    "saveSpec": null,
16
    "fetchSpec": "latest"
17
  },
18
  "_requiredBy": [
19
    "#USER",
20
    "/"
21
  ],
22
  "_resolved": "https://registry.npmjs.org/rmdir/-/rmdir-1.2.0.tgz",
23
  "_shasum": "4fe0357cb06168c258e73e968093dc4e8a0f3253",
24
  "_spec": "rmdir",
25
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
26
  "author": {
27
    "name": "dreamerslab",
28
    "email": "ben@dreamerslab.com"
29
  },
30
  "bugs": {
31
    "url": "https://github.com/dreamerslab/node.rmdir/issues"
32
  },
33
  "bundleDependencies": false,
34
  "contributors": [
35
    {
36
      "name": "Aaron Larner"
37
    },
38
    {
39
      "name": "Glen R. Goodwin"
40
    },
41
    {
42
      "name": "David Pate",
43
      "email": "davidtpate@gmail.com",
44
      "url": "http://davidtpate.com"
45
    },
46
    {
47
      "name": "Radare",
48
      "email": "pancake@nopcode.org",
49
      "url": "http://www.radare.org/"
50
    }
51
  ],
52
  "dependencies": {
53
    "node.flow": "1.2.3"
54
  },
55
  "deprecated": false,
56
  "description": "Remove all files in the given path recursively",
57
  "engines": [
58
    "node >= 0.8.0"
59
  ],
60
  "homepage": "https://github.com/dreamerslab/node.rmdir#readme",
61
  "keywords": [
62
    "remove",
63
    "remove files",
64
    "remove all files",
65
    "remove path",
66
    "remove dir",
67
    "rm -r",
68
    "rmdir",
69
    "remove files recursively"
70
  ],
71
  "licenses": [
72
    {
73
      "type": "MIT",
74
      "url": "http://en.wikipedia.org/wiki/MIT_License"
75
    }
76
  ],
77
  "main": "index",
78
  "name": "rmdir",
79
  "repository": {
80
    "type": "git",
81
    "url": "git+https://github.com/dreamerslab/node.rmdir.git"
82
  },
83
  "scripts": {
84
    "test": "node test/run.js"
85
  },
86
  "version": "1.2.0"
87
}