aboutsummaryrefslogtreecommitdiff
path: root/node_modules/object-keys/package.json
blob: 4ecf3ff2170b0dc00b6f1256b347e6a426c86d7e (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
  "_args": [
    [
      {
        "raw": "object-keys@~0.4.0",
        "scope": null,
        "escapedName": "object-keys",
        "name": "object-keys",
        "rawSpec": "~0.4.0",
        "spec": ">=0.4.0 <0.5.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/gulp-gzip/node_modules/through2/node_modules/xtend"
    ]
  ],
  "_from": "object-keys@>=0.4.0 <0.5.0",
  "_id": "object-keys@0.4.0",
  "_inCache": true,
  "_location": "/object-keys",
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "1.3.5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "object-keys@~0.4.0",
    "scope": null,
    "escapedName": "object-keys",
    "name": "object-keys",
    "rawSpec": "~0.4.0",
    "spec": ">=0.4.0 <0.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp-gzip/through2/xtend",
    "/gulp-stream/xtend"
  ],
  "_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz",
  "_shasum": "28a6aae7428dd2c3a92f3d95f21335dd204e0336",
  "_shrinkwrap": null,
  "_spec": "object-keys@~0.4.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-gzip/node_modules/through2/node_modules/xtend",
  "author": {
    "name": "Jordan Harband"
  },
  "bugs": {
    "url": "https://github.com/ljharb/object-keys/issues"
  },
  "dependencies": {},
  "deprecated": "",
  "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shim",
  "devDependencies": {
    "foreach": "~2.0.3",
    "indexof": "~0.0.1",
    "is": "~0.2.6",
    "tape": "~1.0.4"
  },
  "directories": {},
  "dist": {
    "shasum": "28a6aae7428dd2c3a92f3d95f21335dd204e0336",
    "tarball": "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz"
  },
  "homepage": "https://github.com/ljharb/object-keys#readme",
  "keywords": [
    "Object.keys",
    "keys",
    "ES5",
    "shim"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "object-keys",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/ljharb/object-keys.git"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2"
    ]
  },
  "version": "0.4.0"
}