github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/buildtools/npm/testdata/flattened_node_modules/node_modules/get-func-name/package.json (about) 1 { 2 "name": "get-func-name", 3 "description": "Utility for getting a function's name for node and the browser", 4 "keywords": [ 5 "get-func-name", 6 "chai util" 7 ], 8 "license": "MIT", 9 "author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)", 10 "contributors": [ 11 "Keith Cirkel (https://github.com/keithamus)", 12 "Lucas Fernandes da Costa (https://github.com/lucasfcosta)", 13 "Grant Snodgrass (https://github.com/meeber)", 14 "Lucas Vieira (https://github.com/vieiralucas)", 15 "Aleksey Shvayka (https://github.com/shvaikalesh)" 16 ], 17 "files": [ 18 "index.js", 19 "get-func-name.js" 20 ], 21 "main": "./index.js", 22 "repository": { 23 "type": "git", 24 "url": "git+ssh://git@github.com/chaijs/get-func-name.git" 25 }, 26 "scripts": { 27 "build": "browserify --bare $npm_package_main --standalone getFuncName -o get-func-name.js", 28 "lint": "eslint --ignore-path .gitignore .", 29 "prepublish": "npm run build", 30 "semantic-release": "semantic-release pre && npm publish && semantic-release post", 31 "pretest": "npm run lint", 32 "test": "npm run test:node && npm run test:browser && npm run upload-coverage", 33 "test:browser": "karma start --singleRun=true", 34 "test:node": "istanbul cover _mocha", 35 "upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0" 36 }, 37 "config": { 38 "ghooks": { 39 "commit-msg": "validate-commit-msg" 40 } 41 }, 42 "eslintConfig": { 43 "extends": [ 44 "strict/es5" 45 ], 46 "env": { 47 "es6": true 48 }, 49 "globals": { 50 "HTMLElement": false 51 }, 52 "rules": { 53 "complexity": 0, 54 "max-statements": 0 55 } 56 }, 57 "dependencies": {}, 58 "devDependencies": { 59 "browserify": "^13.0.0", 60 "browserify-istanbul": "^2.0.0", 61 "coveralls": "2.11.14", 62 "eslint": "^2.4.0", 63 "eslint-config-strict": "^9.1.0", 64 "eslint-plugin-filenames": "^1.1.0", 65 "ghooks": "^1.0.1", 66 "istanbul": "^0.4.2", 67 "karma": "^1.3.0", 68 "karma-browserify": "^5.0.2", 69 "karma-coverage": "^1.1.1", 70 "karma-mocha": "^1.2.0", 71 "karma-phantomjs-launcher": "^1.0.0", 72 "karma-sauce-launcher": "^1.0.0", 73 "lcov-result-merger": "^1.0.2", 74 "mocha": "^3.1.2", 75 "phantomjs-prebuilt": "^2.1.5", 76 "semantic-release": "^4.3.5", 77 "simple-assert": "^1.0.0", 78 "travis-after-all": "^1.4.4", 79 "validate-commit-msg": "^2.3.1" 80 }, 81 "engines": { 82 "node": "*" 83 }, 84 "version": "2.0.0" 85 }