| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_from": "spark-md5@^3.0.0",
- "_id": "spark-md5@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-0tF3AGSD1ppQeuffsLDIOWlKUd3lS92tFxcsrh5Pe3ZphhnoK+oXIBTzOAThZCiuINZLvpiLH/1VS1/ANEJVig==",
- "_location": "/spark-md5",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "spark-md5@^3.0.0",
- "name": "spark-md5",
- "escapedName": "spark-md5",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/qiniu-js"
- ],
- "_resolved": "https://registry.npmjs.org/spark-md5/-/spark-md5-3.0.1.tgz",
- "_shasum": "83a0e255734f2ab4e5c466e5a2cfc9ba2aa2124d",
- "_spec": "spark-md5@^3.0.0",
- "_where": "D:\\工作\\项目2\\test\\node_modules\\qiniu-js",
- "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"
- }
|