1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00
Files
mywebsite/node_modules/forever/node_modules/object-assign/package.json
2015-10-28 14:37:06 -04:00

68 lines
1.5 KiB
JSON

{
"name": "object-assign",
"version": "3.0.0",
"description": "ES6 Object.assign() ponyfill",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://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": [
"index.js"
],
"keywords": [
"object",
"assign",
"extend",
"properties",
"es6",
"ecmascript",
"harmony",
"ponyfill",
"prollyfill",
"polyfill",
"shim",
"browser"
],
"devDependencies": {
"mocha": "*"
},
"gitHead": "02622dcb0d82bd81a071ed0b04fedf5e5eea7059",
"bugs": {
"url": "https://github.com/sindresorhus/object-assign/issues"
},
"homepage": "https://github.com/sindresorhus/object-assign",
"_id": "object-assign@3.0.0",
"_shasum": "9bedd5ca0897949bca47e7ff408062d549f587f2",
"_from": "object-assign@>=3.0.0 <4.0.0",
"_npmVersion": "2.10.1",
"_nodeVersion": "0.12.4",
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"dist": {
"shasum": "9bedd5ca0897949bca47e7ff408062d549f587f2",
"tarball": "http://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz"
},
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz"
}