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

package.json « delegates « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d6aaa8fa4d88320ee470c8e506307d235be9bdc (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
{
  "_args": [
    [
      "delegates@^0.1.0",
      "/Users/rebecca/code/npm/node_modules/are-we-there-yet"
    ]
  ],
  "_from": "delegates@>=0.1.0 <0.2.0",
  "_id": "delegates@0.1.0",
  "_inCache": true,
  "_location": "/delegates",
  "_npmUser": {
    "email": "dominic@dbarnes.info",
    "name": "dominicbarnes"
  },
  "_npmVersion": "1.4.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "delegates",
    "raw": "delegates@^0.1.0",
    "rawSpec": "^0.1.0",
    "scope": null,
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/are-we-there-yet"
  ],
  "_resolved": "https://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz",
  "_shasum": "b4b57be11a1653517a04b27f0949bdc327dfe390",
  "_shrinkwrap": null,
  "_spec": "delegates@^0.1.0",
  "_where": "/Users/rebecca/code/npm/node_modules/are-we-there-yet",
  "bugs": {
    "url": "https://github.com/visionmedia/node-delegates/issues"
  },
  "dependencies": {},
  "description": "delegate methods and accessors to another property",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "b4b57be11a1653517a04b27f0949bdc327dfe390",
    "tarball": "http://registry.npmjs.org/delegates/-/delegates-0.1.0.tgz"
  },
  "homepage": "https://github.com/visionmedia/node-delegates",
  "keywords": [
    "delegate",
    "delegation"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "dominicbarnes",
      "email": "dominic@dbarnes.info"
    }
  ],
  "name": "delegates",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/visionmedia/node-delegates"
  },
  "version": "0.1.0"
}