summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/object-assign/package.json
blob: b03ee5ac88676a4dcf4149d38f0aef1a9a347d45 (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
{
  "name": "object-assign",
  "version": "2.0.0",
  "description": "ES6 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": "http://sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "object",
    "assign",
    "extend",
    "properties",
    "es6",
    "ecmascript",
    "harmony",
    "ponyfill",
    "prollyfill",
    "polyfill",
    "shim",
    "browser"
  ],
  "devDependencies": {
    "mocha": "*"
  },
  "gitHead": "4cd0365f5a78dd369473ca0bbd31f7b234148c42",
  "bugs": {
    "url": "https://github.com/sindresorhus/object-assign/issues"
  },
  "homepage": "https://github.com/sindresorhus/object-assign",
  "_id": "object-assign@2.0.0",
  "_shasum": "f8309b09083b01261ece3ef7373f2b57b8dd7042",
  "_from": "object-assign@>=2.0.0 <3.0.0",
  "_npmVersion": "2.1.5",
  "_nodeVersion": "0.10.32",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "dist": {
    "shasum": "f8309b09083b01261ece3ef7373f2b57b8dd7042",
    "tarball": "http://registry.npmjs.org/object-assign/-/object-assign-2.0.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.0.0.tgz",
  "readme": "ERROR: No README data found!"
}