diff options
Diffstat (limited to 'node_modules/object-assign')
| -rw-r--r-- | node_modules/object-assign/package.json | 123 |
1 files changed, 45 insertions, 78 deletions
diff --git a/node_modules/object-assign/package.json b/node_modules/object-assign/package.json index 610e660..a30e221 100644 --- a/node_modules/object-assign/package.json +++ b/node_modules/object-assign/package.json @@ -1,78 +1,27 @@ { - "_args": [ - [ - { - "name": "object-assign", - "raw": "object-assign", - "rawSpec": "", - "scope": null, - "spec": "latest", - "type": "tag" - }, - "/Users/warefhaque/CSC309/solutions_repo" - ] - ], - "_from": "object-assign@latest", - "_id": "object-assign@4.1.0", - "_inCache": true, - "_installable": true, - "_location": "/object-assign", - "_nodeVersion": "4.1.0", - "_npmOperationalInternal": { - "host": "packages-16-east.internal.npmjs.com", - "tmp": "tmp/object-assign-4.1.0.tgz_1462212593641_0.3332549517508596" - }, - "_npmUser": { - "email": "ben@benalpert.com", - "name": "spicyj" - }, - "_npmVersion": "2.14.19", - "_phantomChildren": {}, - "_requested": { - "name": "object-assign", - "raw": "object-assign", - "rawSpec": "", - "scope": null, - "spec": "latest", - "type": "tag" + "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" }, - "_requiredBy": [ - "/" - ], - "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz", - "_shasum": "7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0", - "_shrinkwrap": null, - "_spec": "object-assign", - "_where": "/Users/warefhaque/CSC309/solutions_repo", "author": { - "email": "sindresorhus@gmail.com", "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, - "bugs": { - "url": "https://github.com/sindresorhus/object-assign/issues" - }, - "dependencies": {}, - "description": "ES2015 Object.assign() ponyfill", - "devDependencies": { - "lodash": "^4.8.2", - "matcha": "^0.7.0", - "mocha": "*", - "xo": "*" - }, - "directories": {}, - "dist": { - "shasum": "7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0", - "tarball": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz" - }, "engines": { "node": ">=0.10.0" }, + "scripts": { + "test": "xo && mocha", + "bench": "matcha bench.js" + }, "files": [ "index.js" ], - "gitHead": "72fe21c86911758f3342fdf41c2a57860d5829bc", - "homepage": "https://github.com/sindresorhus/object-assign#readme", "keywords": [ "object", "assign", @@ -87,27 +36,45 @@ "shim", "browser" ], - "license": "MIT", + "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": [ { - "email": "sindresorhus@gmail.com", - "name": "sindresorhus" + "name": "sindresorhus", + "email": "sindresorhus@gmail.com" }, { - "email": "ben@benalpert.com", - "name": "spicyj" + "name": "spicyj", + "email": "ben@benalpert.com" } ], - "name": "object-assign", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/object-assign.git" + "dist": { + "shasum": "7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0", + "tarball": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz" }, - "scripts": { - "bench": "matcha bench.js", - "test": "xo && mocha" + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/object-assign-4.1.0.tgz_1462212593641_0.3332549517508596" }, - "version": "4.1.0" + "directories": {}, + "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz", + "readme": "ERROR: No README data found!" } |
