Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « rimraf « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 164fc495a447d4b224f0721e9e73add32a892f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "name": "rimraf",
  "version": "2.2.8",
  "main": "rimraf.js",
  "description": "A deep deletion module for node (like `rm -rf`)",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/isaacs/rimraf/raw/master/LICENSE"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/rimraf.git"
  },
  "scripts": {
    "test": "cd test && bash run.sh"
  },
  "bin": {
    "rimraf": "./bin.js"
  },
  "contributors": [
    {
      "name": "Isaac Z. Schlueter",
      "email": "i@izs.me",
      "url": "http://blog.izs.me"
    },
    {
      "name": "Wayne Larsen",
      "email": "wayne@larsen.st",
      "url": "http://github.com/wvl"
    },
    {
      "name": "ritch",
      "email": "skawful@gmail.com"
    },
    {
      "name": "Marcel Laverdet"
    },
    {
      "name": "Yosef Dinerstein",
      "email": "yosefd@microsoft.com"
    }
  ],
  "bugs": {
    "url": "https://github.com/isaacs/rimraf/issues"
  },
  "homepage": "https://github.com/isaacs/rimraf",
  "_id": "rimraf@2.2.8",
  "_shasum": "e439be2aaee327321952730f99a8929e4fc50582",
  "_from": "rimraf@latest",
  "_npmVersion": "1.4.10",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "dist": {
    "shasum": "e439be2aaee327321952730f99a8929e4fc50582",
    "tarball": "http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz",
  "readme": "ERROR: No README data found!"
}