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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
| {
| "_args": [
| [
| "ali-oss@6.1.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "ali-oss@6.1.1",
| "_id": "ali-oss@6.1.1",
| "_inBundle": false,
| "_integrity": "sha512-+BKZlX/+aPjFF8al0fS5j93ynWlKy779p/i1nVxElUjyQA457ccbhoQTUKL6cbr8EMetIAUHnhS9XTI4RgW1PA==",
| "_location": "/ali-oss",
| "_phantomChildren": {
| "humanize-ms": "1.2.1"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "ali-oss@6.1.1",
| "name": "ali-oss",
| "escapedName": "ali-oss",
| "rawSpec": "6.1.1",
| "saveSpec": null,
| "fetchSpec": "6.1.1"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/ali-oss/-/ali-oss-6.1.1.tgz",
| "_spec": "6.1.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "dead_horse"
| },
| "browser": {
| "lib/client.js": "./dist/aliyun-oss-sdk.js",
| "mime": "./shims/mime.js",
| "urllib": "./shims/xhr.js",
| "utility": "./shims/utility.js",
| "crypto": "./shims/crypto/crypto.js",
| "fs": false,
| "child_process": false
| },
| "bugs": {
| "url": "https://github.com/aliyun/oss-nodejs-sdk/issues"
| },
| "dependencies": {
| "address": "^1.0.0",
| "agentkeepalive": "^3.4.1",
| "any-promise": "^1.3.0",
| "bowser": "^1.6.0",
| "co-defer": "^1.0.0",
| "copy-to": "^2.0.1",
| "dateformat": "^2.0.0",
| "debug": "^2.2.0",
| "destroy": "^1.0.4",
| "end-or-error": "^1.0.1",
| "get-ready": "^1.0.0",
| "humanize-ms": "^1.2.0",
| "is-type-of": "^1.0.0",
| "jstoxml": "^0.2.3",
| "merge-descriptors": "^1.0.1",
| "mime": "^1.3.4",
| "mz-modules": "^2.1.0",
| "platform": "^1.3.1",
| "sdk-base": "^2.0.1",
| "stream-http": "2.8.2",
| "stream-wormhole": "^1.0.4",
| "urllib": "^2.33.1",
| "utility": "^1.8.0",
| "xml2js": "^0.4.16"
| },
| "description": "aliyun oss(object storage service) node client",
| "devDependencies": {
| "aliasify": "^2.0.0",
| "autod": "^2.6.1",
| "babel-plugin-transform-regenerator": "^6.26.0",
| "babel-plugin-transform-runtime": "^6.8.0",
| "babel-preset-es2015": "^6.24.1",
| "babel-register": "^6.26.0",
| "babel-runtime": "^6.6.1",
| "babelify": "^7.3.0",
| "beautify-benchmark": "^0.2.4",
| "benchmark": "^2.1.1",
| "bluebird": "^3.1.5",
| "browserify": "^13.3.0",
| "co-fs": "^1.2.0",
| "co-mocha": "^1.2.1",
| "crypto-js": "^3.1.9-1",
| "eslint": "^4.18.1",
| "eslint-config-airbnb": "^16.1.0",
| "eslint-plugin-import": "^2.9.0",
| "eslint-plugin-jsx-a11y": "^6.0.3",
| "eslint-plugin-react": "^7.7.0",
| "filereader": "^0.10.3",
| "git-pre-hooks": "^1.2.0",
| "istanbul": "^0.4.3",
| "karma": "^1.7.1",
| "karma-browserify": "^5.1.1",
| "karma-chrome-launcher": "^2.2.0",
| "karma-firefox-launcher": "^1.0.1",
| "karma-ie-launcher": "^1.0.0",
| "karma-mocha": "^1.3.0",
| "karma-safari-launcher": "^1.0.0",
| "mm": "^2.0.0",
| "mocha": "^3.5.3",
| "promise-polyfill": "^6.0.2",
| "should": "^11.0.0",
| "sinon": "^1.17.7",
| "standard-version": "^4.4.0",
| "stream-equal": "^1.1.0",
| "thunk-mocha": "^1.0.3",
| "timemachine": "^0.3.0",
| "uglify-js": "^2.8.29",
| "watchify": "^3.9.0"
| },
| "engines": {
| "node": ">=8"
| },
| "files": [
| "lib",
| "shims",
| "dist"
| ],
| "git-pre-hooks": {
| "pre-release": "npm run build-dist",
| "post-release": [
| "npm run publish-to-npm",
| "npm run publish-to-cdn"
| ]
| },
| "homepage": "https://github.com/aliyun/oss-nodejs-sdk",
| "keywords": [
| "oss",
| "client",
| "file",
| "aliyun"
| ],
| "license": "MIT",
| "main": "lib/client.js",
| "name": "ali-oss",
| "repository": {
| "type": "git",
| "url": "git://github.com/aliyun/oss-nodejs-sdk.git"
| },
| "scripts": {
| "autod": "autod",
| "browser-test": "npm run build-test && karma start",
| "build-change-log": "standard-version",
| "build-dist": "node browser-build.js > dist/aliyun-oss-sdk.js && MINIFY=1 node browser-build.js > dist/aliyun-oss-sdk.min.js",
| "build-test": "node browser-build.js > test/browser/build/aliyun-oss-sdk.js && node task/browser-test-build.js > test/browser/build/tests.js",
| "jshint": "jshint .",
| "publish-to-cdn": "node publish.js",
| "publish-to-npm": "node publish-npm-check.js && npm publish",
| "test": "mocha -t 60000 -r thunk-mocha -r should test/node/*.test.js",
| "test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 60000 -r thunk-mocha -r should test/node/*.test.js"
| },
| "version": "6.1.1"
| }
|
|