123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "spark-md5",
- "_id": "spark-md5@3.0.0",
- "_inBundle": false,
- "_integrity": "sha1-NyIifFTi+vJLHcbZM8wUTm9xv+8=",
- "_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": "http://registry.npm.taobao.org/spark-md5/download/spark-md5-3.0.0.tgz",
- "_shasum": "3722227c54e2faf24b1dc6d933cc144e6f71bfef",
- "_spec": "spark-md5",
- "_where": "/Users/chris/Desktop/yunteam/npm/upload_sdk",
- "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": "^2.4.16"
- },
- "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.0"
- }
|