| Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/object-assign/package.json
 | 
| diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/object-assign/package.json b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/object-assign/package.json
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..850c1aed1bb1cd2d68845517df9611a2d8f92fa9
 | 
| --- /dev/null
 | 
| +++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/object-assign/package.json
 | 
| @@ -0,0 +1,50 @@
 | 
| +{
 | 
| +  "name": "object-assign",
 | 
| +  "version": "0.3.1",
 | 
| +  "description": "ES6 Object.assign() ponyfill",
 | 
| +  "license": "MIT",
 | 
| +  "main": "object-assign.js",
 | 
| +  "repository": {
 | 
| +    "type": "git",
 | 
| +    "url": "git://github.com/sindresorhus/object-assign"
 | 
| +  },
 | 
| +  "author": {
 | 
| +    "name": "Sindre Sorhus",
 | 
| +    "email": "sindresorhus@gmail.com",
 | 
| +    "url": "http://sindresorhus.com"
 | 
| +  },
 | 
| +  "engines": {
 | 
| +    "node": ">=0.10.0"
 | 
| +  },
 | 
| +  "scripts": {
 | 
| +    "test": "mocha"
 | 
| +  },
 | 
| +  "files": [
 | 
| +    "object-assign.js"
 | 
| +  ],
 | 
| +  "keywords": [
 | 
| +    "object",
 | 
| +    "assign",
 | 
| +    "extend",
 | 
| +    "properties",
 | 
| +    "es6",
 | 
| +    "ecmascript",
 | 
| +    "harmony",
 | 
| +    "ponyfill",
 | 
| +    "prollyfill",
 | 
| +    "polyfill",
 | 
| +    "shim",
 | 
| +    "browser"
 | 
| +  ],
 | 
| +  "devDependencies": {
 | 
| +    "mocha": "*"
 | 
| +  },
 | 
| +  "readme": "# object-assign [](https://travis-ci.org/sindresorhus/object-assign)\n\n> ES6 [`Object.assign()`](http://www.2ality.com/2014/01/object-assign.html) ponyfill\n\n> Ponyfill: A polyfill that doesn't overwrite the native method\n\n\n## Install\n\n```sh\n$ npm install --save object-assign\n```\n\n```sh\n$ bower install --save object-assign\n```\n\n```sh\n$ component install sindresorhus/object-assign\n```\n\n\n## Usage\n\n```js\nobjectAssign({foo: 0}, {bar: 1});\n//=> {foo: 0, bar: 1}\n\n// multiple sources\nobjectAssign({foo: 0}, {bar: 1}, {baz: 3});\n//=> {foo: 0, bar: 1, baz: 2}\n```\n\n\n## API\n\n### objectAssign(target, source, [source, ...])\n\nAssigns enumerable own properties of `source` objects to the `target` object and returns the `target` object. Additional `source` objects will overwrite previous ones.\n\n\n## Resources\n\n- [ES6 spec - Object.assign](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-object.assign)\n\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)\n",
 | 
| +  "readmeFilename": "readme.md",
 | 
| +  "bugs": {
 | 
| +    "url": "https://github.com/sindresorhus/object-assign/issues"
 | 
| +  },
 | 
| +  "homepage": "https://github.com/sindresorhus/object-assign",
 | 
| +  "_id": "object-assign@0.3.1",
 | 
| +  "_from": "object-assign@~0.3.1"
 | 
| +}
 | 
| 
 |