73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"_from": "es6-object-assign@^1.1.0",
|
|
"_id": "es6-object-assign@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=",
|
|
"_location": "/es6-object-assign",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "es6-object-assign@^1.1.0",
|
|
"name": "es6-object-assign",
|
|
"escapedName": "es6-object-assign",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/assert"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.1.0.tgz",
|
|
"_shasum": "c2c3582656247c39ea107cb1e6652b6f9f24523c",
|
|
"_spec": "es6-object-assign@^1.1.0",
|
|
"_where": "/usr/home/nodejs/node_modules/assert",
|
|
"author": {
|
|
"name": "Rubén Norte",
|
|
"email": "rubennorte@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rubennorte/es6-object-assign/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill",
|
|
"devDependencies": {
|
|
"browserify": "^10.1.3",
|
|
"uglify-js": "^2.4.21"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"auto.js",
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/rubennorte/es6-object-assign",
|
|
"keywords": [
|
|
"Object",
|
|
"assign",
|
|
"ES6",
|
|
"ECMAScript 6",
|
|
"ES2015",
|
|
"ECMAScript 2015",
|
|
"polyfill",
|
|
"ponyfill"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "es6-object-assign",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rubennorte/es6-object-assign.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run compile && npm run compress",
|
|
"compile": "npm run compile:manual && npm run compile:auto",
|
|
"compile:auto": "browserify auto.js -o dist/object-assign-auto.js",
|
|
"compile:manual": "browserify index.js -o dist/object-assign.js --standalone ObjectAssign",
|
|
"compress": "npm run compress:manual && npm run compress:auto",
|
|
"compress:auto": "uglifyjs dist/object-assign-auto.js --compress --mangle > dist/object-assign-auto.min.js",
|
|
"compress:manual": "uglifyjs dist/object-assign.js --compress --mangle > dist/object-assign.min.js"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|