Initial commit
[yaffs-website] / node_modules / object-assign / package.json
1 {
2   "_args": [
3     [
4       "object-assign@^4.0.1",
5       "/var/www/yaffs/node_modules/meow"
6     ]
7   ],
8   "_from": "object-assign@>=4.0.1 <5.0.0",
9   "_id": "object-assign@4.1.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/object-assign",
13   "_nodeVersion": "4.6.2",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/object-assign-4.1.1.tgz_1484580915042_0.07107710791751742"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.11",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "object-assign",
26     "raw": "object-assign@^4.0.1",
27     "rawSpec": "^4.0.1",
28     "scope": null,
29     "spec": ">=4.0.1 <5.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/meow"
34   ],
35   "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
36   "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
37   "_shrinkwrap": null,
38   "_spec": "object-assign@^4.0.1",
39   "_where": "/var/www/yaffs/node_modules/meow",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/object-assign/issues"
47   },
48   "dependencies": {},
49   "description": "ES2015 `Object.assign()` ponyfill",
50   "devDependencies": {
51     "ava": "^0.16.0",
52     "lodash": "^4.16.4",
53     "matcha": "^0.7.0",
54     "xo": "^0.16.0"
55   },
56   "directories": {},
57   "dist": {
58     "shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863",
59     "tarball": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz"
60   },
61   "engines": {
62     "node": ">=0.10.0"
63   },
64   "files": [
65     "index.js"
66   ],
67   "gitHead": "a89774b252c91612203876984bbd6addbe3b5a0e",
68   "homepage": "https://github.com/sindresorhus/object-assign#readme",
69   "keywords": [
70     "assign",
71     "browser",
72     "ecmascript",
73     "es2015",
74     "extend",
75     "harmony",
76     "object",
77     "polyfill",
78     "ponyfill",
79     "prollyfill",
80     "properties",
81     "shim"
82   ],
83   "license": "MIT",
84   "maintainers": [
85     {
86       "name": "gaearon",
87       "email": "dan.abramov@gmail.com"
88     },
89     {
90       "name": "sindresorhus",
91       "email": "sindresorhus@gmail.com"
92     },
93     {
94       "name": "spicyj",
95       "email": "ben@benalpert.com"
96     }
97   ],
98   "name": "object-assign",
99   "optionalDependencies": {},
100   "readme": "ERROR: No README data found!",
101   "repository": {
102     "type": "git",
103     "url": "git+https://github.com/sindresorhus/object-assign.git"
104   },
105   "scripts": {
106     "bench": "matcha bench.js",
107     "test": "xo && ava"
108   },
109   "version": "4.1.1"
110 }