102 lines
2.6 KiB
JSON
102 lines
2.6 KiB
JSON
{
|
|
"_from": "blueimp-md5@^2.10.0",
|
|
"_id": "blueimp-md5@2.18.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vE52okJvzsVWhcgUHOv+69OG3Mdg151xyn41aVQN/5W5S+S43qZhxECtYLAEHMSFWX6Mv5IZrzj3T5+JqXfj5Q==",
|
|
"_location": "/blueimp-md5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "blueimp-md5@^2.10.0",
|
|
"name": "blueimp-md5",
|
|
"escapedName": "blueimp-md5",
|
|
"rawSpec": "^2.10.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.10.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/expo-asset"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.18.0.tgz",
|
|
"_shasum": "1152be1335f0c6b3911ed9e36db54f3e6ac52935",
|
|
"_spec": "blueimp-md5@^2.10.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo-asset",
|
|
"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"
|
|
}
|