package.json 1.6 KB
{
  "_args": [
    [
      "md5-file@4.0.0",
      "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
    ]
  ],
  "_from": "md5-file@4.0.0",
  "_id": "md5-file@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-UC0qFwyAjn4YdPpKaDNw6gNxRf7Mcx7jC1UGCY4boCzgvU2Aoc1mOGzTtrjjLKhM5ivsnhoKpQVxKPp+1j1qwg==",
  "_location": "/md5-file",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "md5-file@4.0.0",
    "name": "md5-file",
    "escapedName": "md5-file",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/appium-support"
  ],
  "_resolved": "https://registry.npmjs.org/md5-file/-/md5-file-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
  "author": {
    "name": "Rory Bradford",
    "email": "rory@dysfunctionalprogramming.com"
  },
  "bin": {
    "md5-file": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/roryrjb/md5-file/issues"
  },
  "description": "return an md5sum of a given file",
  "devDependencies": {
    "mocha": "^5.0.5",
    "standard": "^11.0.1"
  },
  "engines": {
    "node": ">=6.0"
  },
  "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": "4.0.0"
}