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