github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/nodejs/testdata/chai/dev-deps/node_modules/is-odd/package.json (about) 1 { 2 "_from": "is-odd", 3 "_id": "is-odd@3.0.1", 4 "_inBundle": false, 5 "_integrity": "sha512-CQpnWPrDwmP1+SMHXZhtLtJv90yiyVfluGsX5iNCVkrhQtU3TQHsUWPG9wkdk9Lgd5yNpAg9jQEo90CBaXgWMA==", 6 "_location": "/is-odd", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "tag", 10 "registry": true, 11 "raw": "is-odd", 12 "name": "is-odd", 13 "escapedName": "is-odd", 14 "rawSpec": "", 15 "saveSpec": null, 16 "fetchSpec": "latest" 17 }, 18 "_requiredBy": [ 19 "#DEV:/", 20 "#USER" 21 ], 22 "_resolved": "https://registry.npmjs.org/is-odd/-/is-odd-3.0.1.tgz", 23 "_shasum": "65101baf3727d728b66fa62f50cda7f2d3989601", 24 "_spec": "is-odd", 25 "_where": "/Users/Fossa/projects/go/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata/chai/dev-deps", 26 "author": { 27 "name": "Jon Schlinkert", 28 "url": "https://github.com/jonschlinkert" 29 }, 30 "bugs": { 31 "url": "https://github.com/jonschlinkert/is-odd/issues" 32 }, 33 "bundleDependencies": false, 34 "contributors": [ 35 { 36 "name": "Dmitry Semigradsky", 37 "url": "http://brainstorage.me/semigradsky" 38 }, 39 { 40 "name": "DYM", 41 "url": "https://dym.sh" 42 }, 43 { 44 "name": "Jon Schlinkert", 45 "url": "http://twitter.com/jonschlinkert" 46 }, 47 { 48 "name": "Rouven Weßling", 49 "url": "www.rouvenwessling.de" 50 } 51 ], 52 "dependencies": { 53 "is-number": "^6.0.0" 54 }, 55 "deprecated": false, 56 "description": "Returns true if the given number is odd, and is an integer that does not exceed the JavaScript MAXIMUM_SAFE_INTEGER.", 57 "devDependencies": { 58 "gulp-format-md": "^1.0.0", 59 "mocha": "^3.5.3" 60 }, 61 "engines": { 62 "node": ">=4" 63 }, 64 "files": [ 65 "index.js" 66 ], 67 "homepage": "https://github.com/jonschlinkert/is-odd", 68 "keywords": [ 69 "array", 70 "count", 71 "even", 72 "filter", 73 "integer", 74 "is", 75 "math", 76 "numeric", 77 "odd", 78 "string" 79 ], 80 "license": "MIT", 81 "main": "index.js", 82 "name": "is-odd", 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/jonschlinkert/is-odd.git" 86 }, 87 "scripts": { 88 "test": "mocha" 89 }, 90 "verb": { 91 "toc": false, 92 "layout": "default", 93 "tasks": [ 94 "readme" 95 ], 96 "plugins": [ 97 "gulp-format-md" 98 ], 99 "related": { 100 "list": [ 101 "exponential-moving-average", 102 "is-even", 103 "sma" 104 ] 105 }, 106 "lint": { 107 "reflinks": true 108 } 109 }, 110 "version": "3.0.1" 111 }