123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_args": [
- [
- "es6-object-assign@1.1.0",
- "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
- ]
- ],
- "_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": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
- "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"
- }
|