| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- "_args": [
- [
- "ali-oss@4.11.4",
- "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
- ]
- ],
- "_from": "ali-oss@4.11.4",
- "_id": "ali-oss@4.11.4",
- "_inBundle": false,
- "_integrity": "sha1-S3GfOfbNkVtI/RN4RAEkFAK63Uc=",
- "_location": "/ali-oss",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ali-oss@4.11.4",
- "name": "ali-oss",
- "escapedName": "ali-oss",
- "rawSpec": "4.11.4",
- "saveSpec": null,
- "fetchSpec": "4.11.4"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/ali-oss/-/ali-oss-4.11.4.tgz",
- "_spec": "4.11.4",
- "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
- "author": {
- "name": "dead_horse"
- },
- "browser": {
- "lib/client.js": "./lib/browser.js",
- "mime": "./shims/mime.js",
- "urllib": "./shims/xhr.js",
- "utility": "./shims/utility.js",
- "crypto": "./shims/crypto.js",
- "fs": false,
- "child_process": false
- },
- "bugs": {
- "url": "https://github.com/aliyun/oss-nodejs-sdk/issues"
- },
- "dependencies": {
- "address": "^1.0.0",
- "agentkeepalive": "^2.1.1",
- "bowser": "^1.6.0",
- "co": "^4.6.0",
- "co-defer": "^1.0.0",
- "co-gather": "^0.0.1",
- "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",
- "merge-descriptors": "^1.0.1",
- "mime": "^1.3.4",
- "platform": "^1.3.1",
- "sdk-base": "^2.0.1",
- "urllib": "^2.17.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-runtime": "^6.8.0",
- "babel-preset-es2015": "^6.24.1",
- "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-browserify": "^1.0.9",
- "crypto-js": "^3.1.9-1",
- "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-mocha": "^1.3.0",
- "mm": "^2.0.0",
- "mocha": "^3.5.3",
- "platform": "^1.3.4",
- "promise-polyfill": "^6.0.2",
- "should": "^11.0.0",
- "sinon": "^1.17.7",
- "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": ">=4"
- },
- "files": [
- "lib",
- "shims",
- "dist"
- ],
- "git-pre-hooks": {
- "pre-release": "npm run build-dist",
- "post-release": [
- "npm publish",
- "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-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",
- "test": "mocha -t 60000 -r thunk-mocha -r should test/*.test.js",
- "test-cov": "istanbul cover node_modules/.bin/_mocha -- -R dot -t 60000 -r thunk-mocha -r should test/*.test.js"
- },
- "version": "4.11.4"
- }
|