1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
| {
| "_from": "es6-object-assign@^1.1.0",
| "_id": "es6-object-assign@1.1.0",
| "_inBundle": false,
| "_integrity": "sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==",
| "_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.npmmirror.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz",
| "_shasum": "c2c3582656247c39ea107cb1e6652b6f9f24523c",
| "_spec": "es6-object-assign@^1.1.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/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"
| }
|
|