summaryrefslogtreecommitdiff
path: root/node_modules/spark-md5/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/spark-md5/package.json')
-rw-r--r--node_modules/spark-md5/package.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/node_modules/spark-md5/package.json b/node_modules/spark-md5/package.json
new file mode 100644
index 0000000..895ebf1
--- /dev/null
+++ b/node_modules/spark-md5/package.json
@@ -0,0 +1,65 @@
+{
+ "_from": "spark-md5",
+ "_id": "spark-md5@3.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-0tF3AGSD1ppQeuffsLDIOWlKUd3lS92tFxcsrh5Pe3ZphhnoK+oXIBTzOAThZCiuINZLvpiLH/1VS1/ANEJVig==",
+ "_location": "/spark-md5",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "tag",
+ "registry": true,
+ "raw": "spark-md5",
+ "name": "spark-md5",
+ "escapedName": "spark-md5",
+ "rawSpec": "",
+ "saveSpec": null,
+ "fetchSpec": "latest"
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/spark-md5/-/spark-md5-3.0.1.tgz",
+ "_shasum": "83a0e255734f2ab4e5c466e5a2cfc9ba2aa2124d",
+ "_spec": "spark-md5",
+ "_where": "/mnt/n/Projets/langdetect",
+ "author": {
+ "name": "André Cruz",
+ "email": "andremiguelcruz@msn.com"
+ },
+ "bugs": {
+ "url": "https://github.com/satazor/js-spark-md5/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "description": "Lightning fast normal and incremental md5 for javascript",
+ "devDependencies": {
+ "uglify-js": "^3.0.0"
+ },
+ "directories": {
+ "test": "test"
+ },
+ "files": [
+ "spark-md5.js",
+ "spark-md5.min.js"
+ ],
+ "homepage": "https://github.com/satazor/js-spark-md5#readme",
+ "keywords": [
+ "md5",
+ "fast",
+ "spark",
+ "incremental"
+ ],
+ "license": "WTFPL",
+ "main": "spark-md5.js",
+ "name": "spark-md5",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/satazor/js-spark-md5.git"
+ },
+ "scripts": {
+ "min": "uglifyjs spark-md5.js > spark-md5.min.js",
+ "test": "open test/index.html"
+ },
+ "version": "3.0.1"
+}