mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
82 lines
2.0 KiB
JSON
82 lines
2.0 KiB
JSON
{
|
|
"_from": "apache-crypt@^1.1.2",
|
|
"_id": "apache-crypt@1.2.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ICnYQH+DFVmw+S4Q0QY2XRXD8Ne8ewh8HgbuFH4K7022zCxgHM0Hz1xkRnUlEfAXNbwp1Cnhbedu60USIfDxvg==",
|
|
"_location": "/apache-crypt",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "apache-crypt@^1.1.2",
|
|
"name": "apache-crypt",
|
|
"escapedName": "apache-crypt",
|
|
"rawSpec": "^1.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/http-auth"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/apache-crypt/-/apache-crypt-1.2.5.tgz",
|
|
"_shasum": "4eb6b6dbaed2041ce5bc2d802f4421f5fdadc25e",
|
|
"_spec": "apache-crypt@^1.1.2",
|
|
"_where": "/Users/travis/build/ritwickdey/vscode-live-server/node_modules/http-auth",
|
|
"author": {
|
|
"name": "Gevorg Harutyunyan",
|
|
"url": "http://github.com/gevorg"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/gevorg/apache-crypt/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"unix-crypt-td-js": "^1.1.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Node.js module for Apache style password encryption using crypt(3).",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"mocha": "^7.0.1",
|
|
"prettier": "^1.19.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"homepage": "http://github.com/gevorg/apache-crypt",
|
|
"keywords": [
|
|
"apache",
|
|
"crypt",
|
|
"password",
|
|
"htpasswd"
|
|
],
|
|
"license": "MIT",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/gevorg/apache-crypt/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "./src/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "gevorg",
|
|
"email": "gevorg.ha@gmail.com"
|
|
}
|
|
],
|
|
"name": "apache-crypt",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/gevorg/apache-crypt.git"
|
|
},
|
|
"scripts": {
|
|
"pretest": "eslint --ignore-path .gitignore .",
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.2.5"
|
|
}
|