github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/analyzers/nodejs/testdata/chai/dev-deps/node_modules/is-number/package.json (about) 1 { 2 "_from": "is-number@^6.0.0", 3 "_id": "is-number@6.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-Wu1VHeILBK8KAWJUAiSZQX94GmOE45Rg6/538fKwiloUu21KncEkYGPqob2oSZ5mUT73vLGrHQjKw3KMPwfDzg==", 6 "_location": "/is-number", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "is-number@^6.0.0", 12 "name": "is-number", 13 "escapedName": "is-number", 14 "rawSpec": "^6.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^6.0.0" 17 }, 18 "_requiredBy": [ 19 "/is-odd" 20 ], 21 "_resolved": "https://registry.npmjs.org/is-number/-/is-number-6.0.0.tgz", 22 "_shasum": "e6d15ad31fc262887cccf217ae5f9316f81b1995", 23 "_spec": "is-number@^6.0.0", 24 "_where": "/Users/Fossa/projects/go/src/github.com/fossas/fossa-cli/analyzers/nodejs/testdata/chai/dev-deps/node_modules/is-odd", 25 "author": { 26 "name": "Jon Schlinkert", 27 "url": "https://github.com/jonschlinkert" 28 }, 29 "bugs": { 30 "url": "https://github.com/jonschlinkert/is-number/issues" 31 }, 32 "bundleDependencies": false, 33 "contributors": [ 34 { 35 "name": "Jon Schlinkert", 36 "url": "http://twitter.com/jonschlinkert" 37 }, 38 { 39 "name": "Olsten Larck", 40 "url": "https://i.am.charlike.online" 41 }, 42 { 43 "name": "Rouven Weßling", 44 "url": "www.rouvenwessling.de" 45 } 46 ], 47 "deprecated": false, 48 "description": "Returns true if the value is a number. comprehensive tests.", 49 "devDependencies": { 50 "benchmarked": "^2.0.0", 51 "chalk": "^2.1.0", 52 "gulp-format-md": "^1.0.0", 53 "mocha": "^3.0.1" 54 }, 55 "engines": { 56 "node": ">=0.10.0" 57 }, 58 "files": [ 59 "index.js" 60 ], 61 "homepage": "https://github.com/jonschlinkert/is-number", 62 "keywords": [ 63 "check", 64 "coerce", 65 "coercion", 66 "integer", 67 "is", 68 "is-nan", 69 "is-num", 70 "is-number", 71 "istype", 72 "kind", 73 "math", 74 "nan", 75 "num", 76 "number", 77 "numeric", 78 "test", 79 "type", 80 "typeof", 81 "value" 82 ], 83 "license": "MIT", 84 "main": "index.js", 85 "name": "is-number", 86 "repository": { 87 "type": "git", 88 "url": "git+https://github.com/jonschlinkert/is-number.git" 89 }, 90 "scripts": { 91 "test": "mocha" 92 }, 93 "verb": { 94 "toc": false, 95 "layout": "default", 96 "tasks": [ 97 "readme" 98 ], 99 "related": { 100 "list": [ 101 "isobject", 102 "is-plain-object", 103 "is-primitive", 104 "kind-of" 105 ] 106 }, 107 "plugins": [ 108 "gulp-format-md" 109 ], 110 "lint": { 111 "reflinks": true 112 } 113 }, 114 "version": "6.0.0" 115 }