tus-datastore-abstract
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "tus-datastore-abstract", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Abstract Data Store for the tus protocol node.js server", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
@@ -28,3 +24,39 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/bhstahl/tus-datastore-abstract#readme" | ||
"homepage": "https://github.com/bhstahl/tus-datastore-abstract#readme", | ||
"main": "index.js", | ||
"scripts": { | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"lint": "eslint .", | ||
"pretest": "npm run lint", | ||
"test": "NODE_ENV=test nyc --reporter=html --reporter=text ava" | ||
}, | ||
"engines": { | ||
"node": ">=6.0" | ||
}, | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"index.js", | ||
"lib/" | ||
], | ||
"dependencies": { | ||
"crypto-rand": "0.0.2" | ||
}, | ||
"devDependencies": { | ||
"@vimeo/eslint-config-player": "^5.0.0", | ||
"ava": "^0.18.2", | ||
"babel-eslint": "^7.1.1", | ||
"coveralls": "^2.12.0", | ||
"eslint": "^3.17.1", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"nyc": "^10.1.2" | ||
}, | ||
"ava": { | ||
"files": [ | ||
"test/*.js" | ||
], | ||
"source": [ | ||
"lib/**/*.js" | ||
] | ||
} | ||
} |
# tus-datastore-abstract | ||
[![npm version](https://badge.fury.io/js/tus-datastore-abstract.svg)](https://badge.fury.io/js/tus-datastore-abstract) | ||
[![Build Status](https://travis-ci.org/bhstahl/tus-datastore-abstract.svg?branch=master)](https://travis-ci.org/bhstahl/tus-datastore-abstract) | ||
[![Coverage Status](https://coveralls.io/repos/github/bhstahl/tus-datastore-abstract/badge.svg?branch=master)](https://coveralls.io/github/bhstahl/tus-datastore-abstract?branch=master) | ||
[![Dependency Status](https://david-dm.org/bhstahl/tus-datastore-abstract.svg)](https://david-dm.org/bhstahl/tus-datastore-abstract#info=dependencies) | ||
tus is a new open protocol for resumable uploads built on HTTP. This is an abstract class for creating data stores that will work with the tus-node-server implementation. |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
7104
7
122
1
8
0
1
7
+ Addedcrypto-rand@0.0.2
+ Addedcrypto-rand@0.0.2(transitive)