UNPKG

@sansitech/pkgcloud

Version:

A provider agnostic cloud library for Node.js

70 lines (69 loc) 1.59 kB
{ "name": "@sansitech/pkgcloud", "description": "A provider agnostic cloud library for Node.js", "version": "2.2.2", "author": "Charlie Robbins <charlie.robbins@gmail.com>", "contributors": [ "Ross Kukulinski <ross@kukulinski.com>", "Jarrett Cruger <jcrugzz@gmail.com>", "Ken Perkins <ken.perkins@rackspace.com>" ], "repository": { "type": "git", "url": "http://github.com/hanyuzhou2006/pkgcloud.git" }, "keywords": [ "cloud", "cloud computing", "api", "rackspace", "aws", "amazon", "azure", "google", "iaas", "servers", "compute", "storage", "client", "openstack", "hpcloud", "hp", "helion" ], "dependencies": { "@google-cloud/storage": "^5.8.3", "async": "^2.6.1", "aws-sdk": "^2.382.0", "errs": "^0.3.2", "eventemitter2": "^5.0.1", "fast-json-patch": "^2.1.0", "filed-mimefix": "^0.1.3", "ip": "^1.1.5", "lodash": "^4.17.21", "mime": "^2.4.1", "qs": "^6.5.2", "request": "^2.88.0", "through2": "^3.0.1", "url-join": "^4.0.0", "xml2js": "^0.4.19" }, "devDependencies": { "coveralls": "^3.0.2", "hock": "^1.2.0", "jshint": "^2.9.6", "mocha": "^8.3.2", "nyc": "^15.1.0", "should": "^13.2.3" }, "main": "./lib/pkgcloud", "scripts": { "test": "MOCK=on nyc mocha -t 4000 test/*/*/*-test.js", "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "jshint --exclude-path .gitignore .", "posttest": "npm run lint" }, "engines": { "node": ">= 8.0.0" } }