1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/node_modules/es6-object-assign/package.json
Daniel d4d042e041 Moving to node_modules folder to make easier to upgrade
trying to move from Bootstrap 3 to Bootstrap 5
2021-10-26 14:52:45 -03:00

72 lines
2.2 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": [
"/sweetalert"
],
"_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": "G:\\GDrive\\htdocs\\YouPHPTube\\node_modules\\sweetalert",
"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"
}