Website/node_modules/object-assign/package.json
2015-12-02 18:21:44 -05:00

104 lines
2.3 KiB
JSON

{
"_args": [
[
"object-assign@^4.0.1",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith-uglify"
]
],
"_from": "object-assign@>=4.0.1 <5.0.0",
"_id": "object-assign@4.0.1",
"_inCache": true,
"_installable": true,
"_location": "/object-assign",
"_nodeVersion": "3.0.0",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.13.3",
"_phantomChildren": {},
"_requested": {
"name": "object-assign",
"raw": "object-assign@^4.0.1",
"rawSpec": "^4.0.1",
"scope": null,
"spec": ">=4.0.1 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith-uglify"
],
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz",
"_shasum": "99504456c3598b5cad4fc59c26e8a9bb107fe0bd",
"_shrinkwrap": null,
"_spec": "object-assign@^4.0.1",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith-uglify",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/object-assign/issues"
},
"dependencies": {},
"description": "ES6 Object.assign() ponyfill",
"devDependencies": {
"lodash": "^3.10.1",
"matcha": "^0.6.0",
"mocha": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "99504456c3598b5cad4fc59c26e8a9bb107fe0bd",
"tarball": "http://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "b0c40d37cbc43e89ad3326a9bad4c6b3133ba6d3",
"homepage": "https://github.com/sindresorhus/object-assign#readme",
"keywords": [
"assign",
"browser",
"ecmascript",
"es6",
"extend",
"harmony",
"object",
"polyfill",
"ponyfill",
"prollyfill",
"properties",
"shim"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "object-assign",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/object-assign.git"
},
"scripts": {
"bench": "matcha bench.js",
"test": "xo && mocha"
},
"version": "4.0.1",
"xo": {
"envs": [
"mocha",
"node"
]
}
}