72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
{
|
|
"_from": "md5-file@^3.2.3",
|
|
"_id": "md5-file@3.2.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3Tkp1piAHaworfcCgH0jKbTvj1jWWFgbvh2cXaNCgHwyTCBxxvD1Y04rmfpvdPm1P4oXMOpm6+2H7sr7v9v8Fw==",
|
|
"_location": "/md5-file",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "md5-file@^3.2.3",
|
|
"name": "md5-file",
|
|
"escapedName": "md5-file",
|
|
"rawSpec": "^3.2.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.2.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/expo",
|
|
"/expo-asset"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/md5-file/-/md5-file-3.2.3.tgz",
|
|
"_shasum": "f9bceb941eca2214a4c0727f5e700314e770f06f",
|
|
"_spec": "md5-file@^3.2.3",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo",
|
|
"author": {
|
|
"name": "Rory Bradford",
|
|
"email": "rory@dysfunctionalprogramming.com"
|
|
},
|
|
"bin": {
|
|
"md5-file": "cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/roryrjb/md5-file/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"buffer-alloc": "^1.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "return an md5sum of a given file",
|
|
"devDependencies": {
|
|
"mocha": "^2.4.5",
|
|
"standard": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"files": [
|
|
"cli.js",
|
|
"index.js",
|
|
"promise.js"
|
|
],
|
|
"homepage": "https://github.com/roryrjb/md5-file#readme",
|
|
"keywords": [
|
|
"md5",
|
|
"md5sum",
|
|
"checksum"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "md5-file",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/roryrjb/md5-file.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && mocha"
|
|
},
|
|
"version": "3.2.3"
|
|
}
|