summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/lazy-property/package.json
blob: a11a9407685cfcfad83d83b28f800a4bd1678c32 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "_args": [
    [
      {
        "raw": "lazy-property",
        "scope": null,
        "escapedName": "lazy-property",
        "name": "lazy-property",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "lazy-property@latest",
  "_id": "lazy-property@1.0.0",
  "_inCache": true,
  "_location": "/lazy-property",
  "_npmUser": {
    "name": "mikolalysenko",
    "email": "mikolalysenko@gmail.com"
  },
  "_npmVersion": "1.4.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "lazy-property",
    "scope": null,
    "escapedName": "lazy-property",
    "name": "lazy-property",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/lazy-property/-/lazy-property-1.0.0.tgz",
  "_shasum": "84ddc4b370679ba8bd4cdcfa4c06b43d57111147",
  "_shrinkwrap": null,
  "_spec": "lazy-property",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Mikola Lysenko"
  },
  "bugs": {
    "url": "https://github.com/mikolalysenko/lazy-property/issues"
  },
  "dependencies": {},
  "description": "Lazily initialized properties for objects",
  "devDependencies": {
    "tape": "^2.12.3"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "84ddc4b370679ba8bd4cdcfa4c06b43d57111147",
    "tarball": "https://registry.npmjs.org/lazy-property/-/lazy-property-1.0.0.tgz"
  },
  "gitHead": "850a27f710ec72f05b534805c31f095ff590f1ea",
  "homepage": "https://github.com/mikolalysenko/lazy-property",
  "keywords": [
    "lazy",
    "property",
    "object",
    "initialize",
    "array",
    "dictionary"
  ],
  "license": "MIT",
  "main": "lazyProperty.js",
  "maintainers": [
    {
      "name": "mikolalysenko",
      "email": "mikolalysenko@gmail.com"
    }
  ],
  "name": "lazy-property",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/lazy-property.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.0.0"
}