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
|
{
"_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"
}
|