Initial commit
This commit is contained in:
179
node_modules/mpath/package.json
generated
vendored
Normal file
179
node_modules/mpath/package.json
generated
vendored
Normal file
@@ -0,0 +1,179 @@
|
||||
{
|
||||
"_from": "mpath@0.8.3",
|
||||
"_id": "mpath@0.8.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-eb9rRvhDltXVNL6Fxd2zM9D4vKBxjVVQNLNijlj7uoXUy19zNDsIif5zR+pWmPCWNKwAtqyo4JveQm4nfD5+eA==",
|
||||
"_location": "/mpath",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mpath@0.8.3",
|
||||
"name": "mpath",
|
||||
"escapedName": "mpath",
|
||||
"rawSpec": "0.8.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.8.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongoose"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.3.tgz",
|
||||
"_shasum": "828ac0d187f7f42674839d74921970979abbdd8f",
|
||||
"_spec": "mpath@0.8.3",
|
||||
"_where": "C:\\Users\\anelissen\\Development\\tools\\node\\cbor\\node_modules\\mongoose",
|
||||
"author": {
|
||||
"name": "Aaron Heckmann",
|
||||
"email": "aaron.heckmann+github@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/aheckmann/mpath/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "{G,S}et object values using MongoDB-like path notation",
|
||||
"devDependencies": {
|
||||
"benchmark": "~1.0.0",
|
||||
"eslint": "7.16.0",
|
||||
"mocha": "5.x"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"eslint:recommended"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2015
|
||||
},
|
||||
"env": {
|
||||
"node": true,
|
||||
"es6": true
|
||||
},
|
||||
"rules": {
|
||||
"comma-style": "error",
|
||||
"indent": [
|
||||
"error",
|
||||
2,
|
||||
{
|
||||
"SwitchCase": 1,
|
||||
"VariableDeclarator": 2
|
||||
}
|
||||
],
|
||||
"keyword-spacing": "error",
|
||||
"no-whitespace-before-property": "error",
|
||||
"no-buffer-constructor": "warn",
|
||||
"no-console": "off",
|
||||
"no-multi-spaces": "error",
|
||||
"no-constant-condition": "off",
|
||||
"func-call-spacing": "error",
|
||||
"no-trailing-spaces": "error",
|
||||
"no-undef": "error",
|
||||
"no-unneeded-ternary": "error",
|
||||
"no-const-assign": "error",
|
||||
"no-useless-rename": "error",
|
||||
"no-dupe-keys": "error",
|
||||
"space-in-parens": [
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"spaced-comment": [
|
||||
"error",
|
||||
"always",
|
||||
{
|
||||
"block": {
|
||||
"markers": [
|
||||
"!"
|
||||
],
|
||||
"balanced": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"key-spacing": [
|
||||
"error",
|
||||
{
|
||||
"beforeColon": false,
|
||||
"afterColon": true
|
||||
}
|
||||
],
|
||||
"comma-spacing": [
|
||||
"error",
|
||||
{
|
||||
"before": false,
|
||||
"after": true
|
||||
}
|
||||
],
|
||||
"array-bracket-spacing": 1,
|
||||
"arrow-spacing": [
|
||||
"error",
|
||||
{
|
||||
"before": true,
|
||||
"after": true
|
||||
}
|
||||
],
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"comma-dangle": [
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"no-unreachable": "error",
|
||||
"quotes": [
|
||||
"error",
|
||||
"single"
|
||||
],
|
||||
"quote-props": [
|
||||
"error",
|
||||
"as-needed"
|
||||
],
|
||||
"semi": "error",
|
||||
"no-extra-semi": "error",
|
||||
"semi-spacing": "error",
|
||||
"no-spaced-func": "error",
|
||||
"no-throw-literal": "error",
|
||||
"space-before-blocks": "error",
|
||||
"space-before-function-paren": [
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"space-infix-ops": "error",
|
||||
"space-unary-ops": "error",
|
||||
"no-var": "warn",
|
||||
"prefer-const": "warn",
|
||||
"strict": [
|
||||
"error",
|
||||
"global"
|
||||
],
|
||||
"no-restricted-globals": [
|
||||
"error",
|
||||
{
|
||||
"name": "context",
|
||||
"message": "Don't use Mocha's global context"
|
||||
}
|
||||
],
|
||||
"no-prototype-builtins": "off"
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/aheckmann/mpath#readme",
|
||||
"keywords": [
|
||||
"mongodb",
|
||||
"path",
|
||||
"get",
|
||||
"set"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "mpath",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aheckmann/mpath.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "mocha test/*"
|
||||
},
|
||||
"version": "0.8.3"
|
||||
}
|
||||
Reference in New Issue
Block a user