github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/nodejs/testdata/chai/installed-yarn/node_modules/pathval/package.json (about)

     1  {
     2    "name": "pathval",
     3    "description": "Object value retrieval given a string path",
     4    "homepage": "https://github.com/chaijs/pathval",
     5    "keywords": [
     6      "pathval",
     7      "value retrieval",
     8      "chai util"
     9    ],
    10    "license": "MIT",
    11    "author": "Veselin Todorov <hi@vesln.com>",
    12    "files": [
    13      "index.js",
    14      "pathval.js"
    15    ],
    16    "main": "./index.js",
    17    "repository": {
    18      "type": "git",
    19      "url": "git+ssh://git@github.com/chaijs/pathval.git"
    20    },
    21    "scripts": {
    22      "build": "browserify --bare $npm_package_main --standalone pathval -o pathval.js",
    23      "lint": "eslint --ignore-path .gitignore .",
    24      "prepublish": "npm run build",
    25      "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    26      "pretest": "npm run lint",
    27      "test": "npm run test:node && npm run test:browser && npm run upload-coverage",
    28      "test:browser": "karma start --singleRun=true",
    29      "test:node": "istanbul cover _mocha",
    30      "upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"
    31    },
    32    "config": {
    33      "ghooks": {
    34        "commit-msg": "validate-commit-msg"
    35      }
    36    },
    37    "eslintConfig": {
    38      "extends": [
    39        "strict/es5"
    40      ],
    41      "env": {
    42        "es6": true
    43      },
    44      "globals": {
    45        "HTMLElement": false
    46      },
    47      "rules": {
    48        "complexity": 0,
    49        "max-statements": 0
    50      }
    51    },
    52    "devDependencies": {
    53      "browserify": "^13.0.0",
    54      "browserify-istanbul": "^1.0.0",
    55      "coveralls": "2.11.9",
    56      "eslint": "^2.4.0",
    57      "eslint-config-strict": "^8.5.0",
    58      "eslint-plugin-filenames": "^0.2.0",
    59      "ghooks": "^1.0.1",
    60      "istanbul": "^0.4.2",
    61      "karma": "^0.13.22",
    62      "karma-browserify": "^5.0.2",
    63      "karma-coverage": "^0.5.5",
    64      "karma-mocha": "^0.2.2",
    65      "karma-phantomjs-launcher": "^1.0.0",
    66      "karma-sauce-launcher": "^0.3.1",
    67      "lcov-result-merger": "^1.0.2",
    68      "mocha": "^3.1.2",
    69      "phantomjs-prebuilt": "^2.1.5",
    70      "semantic-release": "^4.3.5",
    71      "simple-assert": "^1.0.0",
    72      "travis-after-all": "^1.4.4",
    73      "validate-commit-msg": "^2.3.1"
    74    },
    75    "engines": {
    76      "node": "*"
    77    },
    78    "version": "1.1.0"
    79  }