123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_from": "blueimp-md5",
- "_id": "blueimp-md5@2.18.0",
- "_inBundle": false,
- "_integrity": "sha512-vE52okJvzsVWhcgUHOv+69OG3Mdg151xyn41aVQN/5W5S+S43qZhxECtYLAEHMSFWX6Mv5IZrzj3T5+JqXfj5Q==",
- "_location": "/blueimp-md5",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "blueimp-md5",
- "name": "blueimp-md5",
- "escapedName": "blueimp-md5",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.18.0.tgz",
- "_shasum": "1152be1335f0c6b3911ed9e36db54f3e6ac52935",
- "_spec": "blueimp-md5",
- "_where": "F:\\",
- "author": {
- "name": "Sebastian Tschan",
- "url": "https://blueimp.net"
- },
- "bugs": {
- "url": "https://github.com/blueimp/JavaScript-MD5/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Paul Johnston",
- "url": "http://pajhome.org.uk/crypt/md5"
- }
- ],
- "deprecated": false,
- "description": "JavaScript MD5 implementation. Compatible with server-side environments like Node.js, module loaders like RequireJS, Browserify or webpack and all web browsers.",
- "devDependencies": {
- "chai": "4",
- "eslint": "7",
- "eslint-config-blueimp": "2",
- "eslint-config-prettier": "6",
- "eslint-plugin-jsdoc": "30",
- "eslint-plugin-prettier": "3",
- "mocha": "8",
- "prettier": "2",
- "uglify-js": "3"
- },
- "eslintConfig": {
- "extends": [
- "blueimp",
- "plugin:jsdoc/recommended",
- "plugin:prettier/recommended"
- ],
- "env": {
- "browser": true,
- "node": true
- }
- },
- "eslintIgnore": [
- "js/*.min.js",
- "test/vendor"
- ],
- "files": [
- "js/*.js",
- "js/*.js.map"
- ],
- "homepage": "https://github.com/blueimp/JavaScript-MD5",
- "keywords": [
- "javascript",
- "md5"
- ],
- "license": "MIT",
- "main": "js/md5.js",
- "name": "blueimp-md5",
- "prettier": {
- "arrowParens": "avoid",
- "proseWrap": "always",
- "semi": false,
- "singleQuote": true,
- "trailingComma": "none"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/blueimp/JavaScript-MD5.git"
- },
- "scripts": {
- "build": "cd js && uglifyjs md5.js -c -m -o md5.min.js --source-map url=md5.min.js.map",
- "lint": "eslint .",
- "postversion": "git push --tags origin master master:gh-pages && npm publish",
- "preversion": "npm test",
- "test": "npm run lint && npm run unit",
- "unit": "mocha",
- "version": "npm run build && git add -A js"
- },
- "title": "JavaScript MD5",
- "version": "2.18.0"
- }
|