1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_from": "md5-file@^5.0.0",
- "_id": "md5-file@5.0.0",
- "_inBundle": false,
- "_integrity": "sha512-xbEFXCYVWrSx/gEKS1VPlg84h/4L20znVIulKw6kMfmBUAZNAnF00eczz9ICMl+/hjQGo5KSXRxbL/47X3rmMw==",
- "_location": "/md5-file",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "md5-file@^5.0.0",
- "name": "md5-file",
- "escapedName": "md5-file",
- "rawSpec": "^5.0.0",
- "saveSpec": null,
- "fetchSpec": "^5.0.0"
- },
- "_requiredBy": [
- "/cordova-lib"
- ],
- "_resolved": "https://registry.npmjs.org/md5-file/-/md5-file-5.0.0.tgz",
- "_shasum": "e519f631feca9c39e7f9ea1780b63c4745012e20",
- "_spec": "md5-file@^5.0.0",
- "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-lib",
- "bin": {
- "md5-file": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/roryrjb/md5-file/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Get the MD5-sum of a given file, with low memory usage, even on huge files.",
- "devDependencies": {
- "mocha": "^7.1.1",
- "standard": "^14.3.3"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "files": [
- "cli.js",
- "index.d.ts",
- "index.js"
- ],
- "homepage": "https://github.com/roryrjb/md5-file#readme",
- "keywords": [
- "md5",
- "md5sum",
- "checksum"
- ],
- "license": "MIT",
- "name": "md5-file",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/roryrjb/md5-file.git"
- },
- "scripts": {
- "test": "standard && mocha"
- },
- "version": "5.0.0"
- }
|