mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 12:32:47 +00:00
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"_from": "saslprep@^1.0.0",
|
|
"_id": "saslprep@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-5lvKUEQ7lAN5/vPl5d3k8FQeDbEamu9kizfATfLLWV5h6Mkh1xcieR1FSsJkcSRUk49lF2tAW8gzXWVwtwZVhw==",
|
|
"_location": "/saslprep",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "saslprep@^1.0.0",
|
|
"name": "saslprep",
|
|
"escapedName": "saslprep",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mongodb-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.0.tgz",
|
|
"_shasum": "2c4968a0bfbf249530cd597bc62870ccd4b41a24",
|
|
"_spec": "saslprep@^1.0.0",
|
|
"_where": "/home/beppe/Documents/Python/proj/1718PROJrpiRadio/NodeServer/node_modules/mongodb-core",
|
|
"author": {
|
|
"name": "Dmitry Tsvettsikh",
|
|
"email": "me@reklatsmasters.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/reklatsmasters/saslprep/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "SASLprep: Stringprep Profile for User Names and Passwords, rfc4013.",
|
|
"devDependencies": {
|
|
"ava": "^0.19.1",
|
|
"eslint-plugin-prettier": "^2.1.2",
|
|
"prettier": "^1.4.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"homepage": "https://github.com/reklatsmasters/saslprep#readme",
|
|
"keywords": [
|
|
"sasl",
|
|
"saslprep",
|
|
"stringprep",
|
|
"rfc4013",
|
|
"4013"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "saslprep",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/reklatsmasters/saslprep.git"
|
|
},
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|