om/node_modules/saslprep/package.json

101 lines
2.3 KiB
JSON
Raw Normal View History

2019-02-01 13:06:44 +00:00
{
"_from": "saslprep@^1.0.0",
2019-07-02 14:05:15 +00:00
"_id": "saslprep@1.0.3",
2019-02-01 13:06:44 +00:00
"_inBundle": false,
2019-07-02 14:05:15 +00:00
"_integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==",
2019-02-01 13:06:44 +00:00
"_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"
],
2019-07-02 14:05:15 +00:00
"_resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz",
"_shasum": "4c02f946b56cf54297e347ba1093e7acac4cf226",
2019-02-01 13:06:44 +00:00
"_spec": "saslprep@^1.0.0",
2019-07-02 14:05:15 +00:00
"_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mongodb-core",
2019-02-01 13:06:44 +00:00
"author": {
"name": "Dmitry Tsvettsikh",
"email": "me@reklatsmasters.com"
},
"bugs": {
"url": "https://github.com/reklatsmasters/saslprep/issues"
},
"bundleDependencies": false,
"dependencies": {
"sparse-bitfield": "^3.0.3"
},
"deprecated": false,
"description": "SASLprep: Stringprep Profile for User Names and Passwords, rfc4013.",
"devDependencies": {
2019-07-02 14:05:15 +00:00
"@nodertc/eslint-config": "^0.2.1",
"eslint": "^5.16.0",
"jest": "^23.6.0",
"prettier": "^1.14.3"
2019-02-01 13:06:44 +00:00
},
"engines": {
"node": ">=6"
},
2019-07-02 14:05:15 +00:00
"eslintConfig": {
"extends": "@nodertc",
"rules": {
"camelcase": "off",
"no-continue": "off"
},
"overrides": [
{
"files": [
"test/*.js"
],
"env": {
"jest": true
},
"rules": {
"require-jsdoc": "off"
}
}
]
},
2019-02-01 13:06:44 +00:00
"homepage": "https://github.com/reklatsmasters/saslprep#readme",
2019-07-02 14:05:15 +00:00
"jest": {
"modulePaths": [
"<rootDir>"
],
"testMatch": [
"**/test/*.js"
],
"testPathIgnorePatterns": [
"<rootDir>/node_modules/"
]
},
2019-02-01 13:06:44 +00:00
"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": {
"gen-code-points": "node generate-code-points.js > code-points.mem",
2019-07-02 14:05:15 +00:00
"lint": "npx eslint --quiet .",
"test": "npm run lint && npm run unit-test",
"unit-test": "npx jest"
2019-02-01 13:06:44 +00:00
},
2019-07-02 14:05:15 +00:00
"version": "1.0.3"
2019-02-01 13:06:44 +00:00
}