Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "object-assign",
3
"version": "2.0.0",
4
"description": "ES6 Object.assign() ponyfill",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
8
"url": "git+https://github.com/sindresorhus/object-assign.git"
9
},
10
"author": {
11
"name": "Sindre Sorhus",
12
"email": "[email protected]",
13
"url": "http://sindresorhus.com"
14
},
15
"engines": {
16
"node": ">=0.10.0"
17
},
18
"scripts": {
19
"test": "mocha"
20
},
21
"files": [
22
"index.js"
23
],
24
"keywords": [
25
"object",
26
"assign",
27
"extend",
28
"properties",
29
"es6",
30
"ecmascript",
31
"harmony",
32
"ponyfill",
33
"prollyfill",
34
"polyfill",
35
"shim",
36
"browser"
37
],
38
"devDependencies": {
39
"mocha": "*"
40
},
41
"gitHead": "4cd0365f5a78dd369473ca0bbd31f7b234148c42",
42
"bugs": {
43
"url": "https://github.com/sindresorhus/object-assign/issues"
44
},
45
"homepage": "https://github.com/sindresorhus/object-assign",
46
"_id": "[email protected]",
47
"_shasum": "f8309b09083b01261ece3ef7373f2b57b8dd7042",
48
"_from": "object-assign@>=2.0.0 <2.1.0",
49
"_npmVersion": "2.1.5",
50
"_nodeVersion": "0.10.32",
51
"_npmUser": {
52
"name": "sindresorhus",
53
"email": "[email protected]"
54
},
55
"maintainers": [
56
{
57
"name": "sindresorhus",
58
"email": "[email protected]"
59
}
60
],
61
"dist": {
62
"shasum": "f8309b09083b01261ece3ef7373f2b57b8dd7042",
63
"tarball": "http://registry.npmjs.org/object-assign/-/object-assign-2.0.0.tgz"
64
},
65
"directories": {},
66
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.0.0.tgz",
67
"readme": "ERROR: No README data found!"
68
}
69
70