summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/package.json
blob: f27b55175b401089c15849160eb4b1e6cb45dbb7 (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
{
  "_args": [
    [
      "object-assign@^4.0.1",
      "/Users/rebecca/code/npm/node_modules/npmlog/node_modules/gauge"
    ]
  ],
  "_from": "object-assign@>=4.0.1 <5.0.0",
  "_id": "object-assign@4.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/npmlog/gauge/object-assign",
  "_nodeVersion": "4.1.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/object-assign-4.1.0.tgz_1462212593641_0.3332549517508596"
  },
  "_npmUser": {
    "email": "ben@benalpert.com",
    "name": "spicyj"
  },
  "_npmVersion": "2.14.19",
  "_phantomChildren": {},
  "_requested": {
    "name": "object-assign",
    "raw": "object-assign@^4.0.1",
    "rawSpec": "^4.0.1",
    "scope": null,
    "spec": ">=4.0.1 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/npmlog/gauge"
  ],
  "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz",
  "_shasum": "7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0",
  "_shrinkwrap": null,
  "_spec": "object-assign@^4.0.1",
  "_where": "/Users/rebecca/code/npm/node_modules/npmlog/node_modules/gauge",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/object-assign/issues"
  },
  "dependencies": {},
  "description": "ES2015 Object.assign() ponyfill",
  "devDependencies": {
    "lodash": "^4.8.2",
    "matcha": "^0.7.0",
    "mocha": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0",
    "tarball": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "72fe21c86911758f3342fdf41c2a57860d5829bc",
  "homepage": "https://github.com/sindresorhus/object-assign#readme",
  "keywords": [
    "object",
    "assign",
    "extend",
    "properties",
    "es2015",
    "ecmascript",
    "harmony",
    "ponyfill",
    "prollyfill",
    "polyfill",
    "shim",
    "browser"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "sindresorhus@gmail.com",
      "name": "sindresorhus"
    },
    {
      "email": "ben@benalpert.com",
      "name": "spicyj"
    }
  ],
  "name": "object-assign",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/object-assign.git"
  },
  "scripts": {
    "bench": "matcha bench.js",
    "test": "xo && mocha"
  },
  "version": "4.1.0"
}