You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
179 lines
3.9 KiB
179 lines
3.9 KiB
{
|
|
"_from": "mpath@0.8.4",
|
|
"_id": "mpath@0.8.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g==",
|
|
"_location": "/mpath",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mpath@0.8.4",
|
|
"name": "mpath",
|
|
"escapedName": "mpath",
|
|
"rawSpec": "0.8.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.8.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/mongoose"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz",
|
|
"_shasum": "6b566d9581621d9e931dd3b142ed3618e7599313",
|
|
"_spec": "mpath@0.8.4",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahc/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.4"
|
|
}
|