Initial commit
This commit is contained in:
75
node_modules/es6-object-assign/package.json
generated
vendored
Normal file
75
node_modules/es6-object-assign/package.json
generated
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"es6-object-assign@1.1.0",
|
||||
"C:\\Users\\anelissen.DOMAINE\\Development\\tools\\node\\cbor"
|
||||
]
|
||||
],
|
||||
"_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": "version",
|
||||
"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",
|
||||
"_spec": "1.1.0",
|
||||
"_where": "C:\\Users\\anelissen.DOMAINE\\Development\\tools\\node\\cbor",
|
||||
"author": {
|
||||
"name": "Rubén Norte",
|
||||
"email": "rubennorte@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/rubennorte/es6-object-assign/issues"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user