package.json 1.6 KB
{
  "_args": [
    [
      "md5-hex@1.3.0",
      "C:\\Users\\Administrator\\Desktop\\gentelella"
    ]
  ],
  "_development": true,
  "_from": "md5-hex@1.3.0",
  "_id": "md5-hex@1.3.0",
  "_inBundle": false,
  "_integrity": "sha1-0sSv6YPENwZiF5uMrRRSGRNQRsQ=",
  "_location": "/md5-hex",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "md5-hex@1.3.0",
    "name": "md5-hex",
    "escapedName": "md5-hex",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/gulp-ruby-sass"
  ],
  "_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "C:\\Users\\Administrator\\Desktop\\gentelella",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/sindresorhus/md5-hex/issues"
  },
  "dependencies": {
    "md5-o-matic": "^0.1.1"
  },
  "description": "Create a MD5 hash with hex encoding",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js",
    "browser.js"
  ],
  "homepage": "https://github.com/sindresorhus/md5-hex#readme",
  "keywords": [
    "hash",
    "crypto",
    "md5",
    "hex",
    "buffer",
    "browser",
    "browserify"
  ],
  "license": "MIT",
  "name": "md5-hex",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/md5-hex.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.3.0"
}