{"_id":"is-callable","_rev":"2884211","name":"is-callable","description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","dist-tags":{"latest":"1.2.7"},"maintainers":[{"name":"ljharb","email":""}],"time":{"modified":"2022-10-06T07:44:06.000Z","created":"2015-01-29T09:34:56.078Z","1.2.7":"2022-09-23T22:49:39.970Z","1.2.6":"2022-09-15T06:14:40.214Z","1.2.5":"2022-09-12T05:28:07.886Z","1.2.4":"2021-08-06T14:18:39.302Z","1.2.3":"2021-01-31T22:40:16.961Z","1.2.2":"2020-09-21T20:43:53.590Z","1.2.1":"2020-09-09T23:14:28.251Z","1.2.0":"2020-06-02T17:54:48.118Z","1.1.5":"2019-12-19T17:57:52.970Z","1.1.4":"2018-07-03T05:04:56.305Z","1.1.3":"2016-02-28T01:26:19.027Z","1.1.2":"2016-01-16T01:27:25.790Z","1.1.1":"2015-11-30T19:09:27.921Z","1.1.0":"2015-10-02T08:16:25.066Z","1.0.4":"2015-01-30T08:08:24.789Z","1.0.3":"2015-01-29T18:44:38.142Z","1.0.2":"2015-01-29T17:45:17.802Z","1.0.0":"2015-01-29T09:34:56.078Z"},"users":{"rocket0191":true},"author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"repository":{"type":"git","url":"git://github.com/inspect-js/is-callable.git"},"versions":{"1.2.7":{"name":"is-callable","version":"1.2.7","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint","test":"npm run tests-only --","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","prelint":"eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')","lint":"eslint --ext=js,mjs ."},"repository":{"type":"git","url":"git://github.com/inspect-js/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"devDependencies":{"@ljharb/eslint-config":"^21.0.0","aud":"^2.0.0","auto-changelog":"^2.4.0","available-typed-arrays":"^1.0.5","eclint":"^2.8.1","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","for-each":"^0.3.3","has-tostringtag":"^1.0.0","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","make-generator-function":"^2.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.2","rimraf":"^2.7.1","safe-publish-latest":"^2.0.0","tape":"^5.6.0"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true,"startingVersion":"v1.2.5"},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"f23584dd25c26473e702e80a5e8e7e79e2a89aee","bugs":{"url":"https://github.com/inspect-js/is-callable/issues"},"homepage":"https://github.com/inspect-js/is-callable#readme","_id":"is-callable@1.2.7","_nodeVersion":"18.9.0","_npmVersion":"8.19.1","dist":{"shasum":"3bc2a85ea742d9e36205dcacdd72ca1fdc51b055","size":9896,"noattachment":false,"key":"/is-callable/-/is-callable-1.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.2.7.tgz"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-callable_1.2.7_1663973379816_0.8584913013850362"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-23T22:50:01.110Z","publish_time":1663973379970,"_cnpm_publish_time":1663973379970},"1.2.6":{"name":"is-callable","version":"1.2.6","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint","test":"npm run tests-only --","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","prelint":"eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')","lint":"eslint --ext=js,mjs ."},"repository":{"type":"git","url":"git://github.com/inspect-js/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"devDependencies":{"@ljharb/eslint-config":"^21.0.0","aud":"^2.0.0","auto-changelog":"^2.4.0","available-typed-arrays":"^1.0.5","eclint":"^2.8.1","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","for-each":"^0.3.3","has-tostringtag":"^1.0.0","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","make-generator-function":"^2.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.2","rimraf":"^2.7.1","safe-publish-latest":"^2.0.0","tape":"^5.6.0"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true,"startingVersion":"v1.2.5"},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"51fad32db877bfd1c184713493a1b9b6203a75f9","bugs":{"url":"https://github.com/inspect-js/is-callable/issues"},"homepage":"https://github.com/inspect-js/is-callable#readme","_id":"is-callable@1.2.6","_nodeVersion":"18.9.0","_npmVersion":"8.19.1","dist":{"shasum":"fd6170b0b8c7e2cc73de342ef8284a2202023c44","size":9239,"noattachment":false,"key":"/is-callable/-/is-callable-1.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.2.6.tgz"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-callable_1.2.6_1663222480053_0.5573403914554169"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-15T06:33:29.660Z","publish_time":1663222480214,"_cnpm_publish_time":1663222480214},"1.2.5":{"name":"is-callable","version":"1.2.5","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint","test":"npm run tests-only --","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","prelint":"eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')","lint":"eslint --ext=js,mjs ."},"repository":{"type":"git","url":"git://github.com/inspect-js/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"devDependencies":{"@ljharb/eslint-config":"^21.0.0","aud":"^2.0.0","auto-changelog":"^2.4.0","available-typed-arrays":"^1.0.5","eclint":"^2.8.1","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","for-each":"^0.3.3","has-tostringtag":"^1.0.0","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","make-generator-function":"^2.0.0","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.2","rimraf":"^2.7.1","safe-publish-latest":"^2.0.0","tape":"^5.6.0"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true,"startingVersion":"v1.2.5"},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"0fa01698979cc69f8811c138bbab49ae8a2699da","bugs":{"url":"https://github.com/inspect-js/is-callable/issues"},"homepage":"https://github.com/inspect-js/is-callable#readme","_id":"is-callable@1.2.5","_nodeVersion":"18.9.0","_npmVersion":"8.19.1","dist":{"shasum":"6123e0b1fef5d7591514b371bb018204892f1a2b","size":7842,"noattachment":false,"key":"/is-callable/-/is-callable-1.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.2.5.tgz"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-callable_1.2.5_1662960487739_0.7763792377399725"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-12T05:28:33.837Z","publish_time":1662960487886,"_cnpm_publish_time":1662960487886},"1.2.4":{"name":"is-callable","version":"1.2.4","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint","test":"npm run tests-only --","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","prelint":"eclint check *","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/inspect-js/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"devDependencies":{"@ljharb/eslint-config":"^17.6.0","aud":"^1.1.5","available-typed-arrays":"^1.0.4","eclint":"^2.8.1","es-value-fixtures":"^1.2.1","eslint":"^7.32.0","for-each":"^0.3.3","has-tostringtag":"^1.0.0","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","make-generator-function":"^2.0.0","nyc":"^10.3.2","object-inspect":"^1.11.0","rimraf":"^2.7.1","safe-publish-latest":"^1.1.4","tape":"^5.3.0"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"greenkeeper":{"ignore":["rimraf"]},"gitHead":"cfef1bbebedf84e132cca8a8aedd1053e19f3f57","bugs":{"url":"https://github.com/inspect-js/is-callable/issues"},"homepage":"https://github.com/inspect-js/is-callable#readme","_id":"is-callable@1.2.4","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"shasum":"47301d58dd0259407865547853df6d61fe471945","size":7001,"noattachment":false,"key":"/is-callable/-/is-callable-1.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.2.4.tgz"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-callable_1.2.4_1628259518928_0.1712368425108186"},"_hasShrinkwrap":false,"publish_time":1628259519302,"_cnpm_publish_time":1628259519302},"1.2.3":{"name":"is-callable","version":"1.2.3","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint","test":"npm run --silent tests-only","posttest":"npx aud --production","tests-only":"npm run --silent test:stock && npm run --silent test:staging","test:stock":"node test","test:staging":"node --es-staging test","coverage":"npm run --silent istanbul","covert":"covert test","covert:quiet":"covert test --quiet","istanbul":"npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check","istanbul:clean":"rimraf coverage coverage-std coverage-harmony","istanbul:merge":"istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html","istanbul:harmony":"node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony","istanbul:std":"istanbul cover test --report html --dir coverage-std","prelint":"eclint check *","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"@ljharb/eslint-config":"^17.5.0","aud":"^1.1.3","covert":"^1.1.1","eclint":"^2.8.1","eslint":"^7.19.0","foreach":"^2.0.5","istanbul":"1.1.0-alpha.1","istanbul-merge":"^1.1.1","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","make-generator-function":"^2.0.0","rimraf":"^2.7.1","safe-publish-latest":"^1.1.4","tape":"^5.1.1"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"greenkeeper":{"ignore":["rimraf"]},"gitHead":"131073c512acb5da79d579c946ac150a2ec70f33","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable#readme","_id":"is-callable@1.2.3","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"8b1e0500b73a1d76c70487636f368e519de8db8e","size":7246,"noattachment":false,"key":"/is-callable/-/is-callable-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.2.3.tgz"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-callable_1.2.3_1612132816851_0.6265965490521983"},"_hasShrinkwrap":false,"publish_time":1612132816961,"_cnpm_publish_time":1612132816961},"1.2.2":{"name":"is-callable","version":"1.2.2","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint","test":"npm run --silent tests-only","posttest":"npx aud --production","tests-only":"npm run --silent test:stock && npm run --silent test:staging","test:stock":"node test","test:staging":"node --es-staging test","coverage":"npm run --silent istanbul","covert":"covert test","covert:quiet":"covert test --quiet","istanbul":"npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check","istanbul:clean":"rimraf coverage coverage-std coverage-harmony","istanbul:merge":"istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html","istanbul:harmony":"node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony","istanbul:std":"istanbul cover test --report html --dir coverage-std","prelint":"eclint check *","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"@ljharb/eslint-config":"^17.2.0","aud":"^1.1.2","covert":"^1.1.1","eclint":"^2.8.1","eslint":"^7.9.0","foreach":"^2.0.5","istanbul":"1.1.0-alpha.1","istanbul-merge":"^1.1.1","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","make-generator-function":"^2.0.0","rimraf":"^2.7.1","safe-publish-latest":"^1.1.4","tape":"^5.0.1"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"greenkeeper":{"ignore":["rimraf"]},"gitHead":"3e32b4d5eed957aa0bd432c7f13f4a12ca7631ec","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable#readme","_id":"is-callable@1.2.2","_nodeVersion":"14.10.1","_npmVersion":"6.14.8","dist":{"shasum":"c7c6715cd22d4ddb48d3e19970223aceabb080d9","size":7148,"noattachment":false,"key":"/is-callable/-/is-callable-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.2.2.tgz"},"maintainers":[{"name":"ljharb","email":""}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-callable_1.2.2_1600721033444_0.3007830949827994"},"_hasShrinkwrap":false,"publish_time":1600721033590,"_cnpm_publish_time":1600721033590},"1.2.1":{"name":"is-callable","version":"1.2.1","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint","test":"npm run --silent tests-only","posttest":"npx aud --production","tests-only":"npm run --silent test:stock && npm run --silent test:staging","test:stock":"node test","test:staging":"node --es-staging test","coverage":"npm run --silent istanbul","covert":"covert test","covert:quiet":"covert test --quiet","istanbul":"npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check","istanbul:clean":"rimraf coverage coverage-std coverage-harmony","istanbul:merge":"istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html","istanbul:harmony":"node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony","istanbul:std":"istanbul cover test --report html --dir coverage-std","prelint":"eclint check *","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"@ljharb/eslint-config":"^17.2.0","aud":"^1.1.2","covert":"^1.1.1","eclint":"^2.8.1","eslint":"^7.8.1","foreach":"^2.0.5","istanbul":"1.1.0-alpha.1","istanbul-merge":"^1.1.1","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","make-generator-function":"^2.0.0","rimraf":"^2.7.1","safe-publish-latest":"^1.1.4","tape":"^5.0.1"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"greenkeeper":{"ignore":["rimraf"]},"gitHead":"57a216dd9fe789915886c73b940ee5a0c601b135","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable#readme","_id":"is-callable@1.2.1","_nodeVersion":"14.9.0","_npmVersion":"6.14.8","dist":{"shasum":"4d1e21a4f437509d25ce55f8184350771421c96d","size":7069,"noattachment":false,"key":"/is-callable/-/is-callable-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.2.1.tgz"},"maintainers":[{"name":"ljharb","email":""}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-callable_1.2.1_1599693268124_0.706149285625641"},"_hasShrinkwrap":false,"publish_time":1599693268251,"_cnpm_publish_time":1599693268251},"1.2.0":{"name":"is-callable","version":"1.2.0","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint","test":"npm run --silent tests-only","posttest":"npx aud --production","tests-only":"npm run --silent test:stock && npm run --silent test:staging","test:stock":"node test","test:staging":"node --es-staging test","coverage":"npm run --silent istanbul","covert":"covert test","covert:quiet":"covert test --quiet","istanbul":"npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check","istanbul:clean":"rimraf coverage coverage-std coverage-harmony","istanbul:merge":"istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html","istanbul:harmony":"node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony","istanbul:std":"istanbul cover test --report html --dir coverage-std","prelint":"eclint check *","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"@ljharb/eslint-config":"^17.1.0","aud":"^1.1.2","covert":"^1.1.1","eclint":"^2.8.1","eslint":"^7.1.0","foreach":"^2.0.5","istanbul":"1.1.0-alpha.1","istanbul-merge":"^1.1.1","make-arrow-function":"^1.2.0","make-async-function":"^1.0.0","make-generator-function":"^2.0.0","rimraf":"^2.7.1","safe-publish-latest":"^1.1.4","tape":"^5.0.1"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"greenkeeper":{"ignore":["rimraf"]},"gitHead":"bdc653e087abca51127759d313387b46235ec9d8","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable#readme","_id":"is-callable@1.2.0","_nodeVersion":"14.3.0","_npmVersion":"6.14.5","dist":{"shasum":"83336560b54a38e35e3a2df7afd0454d691468bb","size":6997,"noattachment":false,"key":"/is-callable/-/is-callable-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.2.0.tgz"},"maintainers":[{"name":"ljharb","email":""}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-callable_1.2.0_1591120487987_0.06431820821064149"},"_hasShrinkwrap":false,"publish_time":1591120488118,"_cnpm_publish_time":1591120488118},"1.1.5":{"name":"is-callable","version":"1.1.5","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"pretest":"npm run --silent lint","test":"npm run --silent tests-only","posttest":"npx aud","tests-only":"npm run --silent test:stock && npm run --silent test:staging","test:stock":"node test","test:staging":"node --es-staging test","coverage":"npm run --silent istanbul","covert":"covert test","covert:quiet":"covert test --quiet","istanbul":"npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check","istanbul:clean":"rimraf coverage coverage-std coverage-harmony","istanbul:merge":"istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html","istanbul:harmony":"node --harmony ./node_modules/istanbul/lib/cli.js cover test --dir coverage-harmony","istanbul:std":"istanbul cover test --report html --dir coverage-std","prelint":"eclint check *","lint":"eslint ."},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"@ljharb/eslint-config":"^15.0.2","covert":"^1.1.1","eclint":"^2.8.1","eslint":"^6.7.2","foreach":"^2.0.5","istanbul":"1.1.0-alpha.1","istanbul-merge":"^1.1.1","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","rimraf":"^2.7.1","tape":"^4.12.0"},"testling":{"files":"test/index.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"d7faa7acdf76c41851e6b05b1c77bd5a3dde01f4","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable#readme","_id":"is-callable@1.1.5","_nodeVersion":"13.5.0","_npmVersion":"6.13.4","dist":{"shasum":"f7e46b596890456db74e7f6e976cb3273d06faab","size":6282,"noattachment":false,"key":"/is-callable/-/is-callable-1.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.1.5.tgz"},"maintainers":[{"name":"ljharb","email":""}],"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-callable_1.1.5_1576778272841_0.06112176675986292"},"_hasShrinkwrap":false,"publish_time":1576778272970,"_cnpm_publish_time":1576778272970},"1.1.4":{"name":"is-callable","version":"1.1.4","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"pretest":"npm run --silent lint","test":"npm run --silent tests-only","posttest":"npm run --silent security","tests-only":"npm run --silent test:stock && npm run --silent test:staging","test:stock":"node test.js","test:staging":"node --es-staging test.js","coverage":"npm run --silent istanbul","covert":"covert test.js","covert:quiet":"covert test.js --quiet","istanbul":"npm run --silent istanbul:clean && npm run --silent istanbul:std && npm run --silent istanbul:harmony && npm run --silent istanbul:merge && istanbul check","istanbul:clean":"rimraf coverage coverage-std coverage-harmony","istanbul:merge":"istanbul-merge --out coverage/coverage.raw.json coverage-harmony/coverage.raw.json coverage-std/coverage.raw.json && istanbul report html","istanbul:harmony":"node --harmony ./node_modules/istanbul/lib/cli.js cover test.js --dir coverage-harmony","istanbul:std":"istanbul cover test.js --report html --dir coverage-std","prelint":"editorconfig-tools check *","lint":"npm run jscs && npm run eslint","jscs":"jscs *.js","eslint":"eslint *.js","security":"nsp check"},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"@ljharb/eslint-config":"^12.2.1","covert":"^1.1.0","editorconfig-tools":"^0.1.1","eslint":"^4.19.1","foreach":"^2.0.5","istanbul":"1.1.0-alpha.1","istanbul-merge":"^1.1.1","jscs":"^3.0.7","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","nsp":"^3.2.1","rimraf":"^2.6.2","semver":"^5.5.0","tape":"^4.9.1"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"a20050add5eab89174a99411405f3f5be265a56b","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable#readme","_id":"is-callable@1.1.4","_npmVersion":"6.1.0","_nodeVersion":"10.4.1","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"1e1adf219e1eeb684d691f9d6a05ff0d30a24d75","size":9209,"noattachment":false,"key":"/is-callable/-/is-callable-1.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.1.4.tgz"},"maintainers":[{"name":"ljharb","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-callable_1.1.4_1530594296040_0.5184569344379544"},"_hasShrinkwrap":false,"publish_time":1530594296305,"_cnpm_publish_time":1530594296305},"1.1.3":{"name":"is-callable","version":"1.1.3","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && npm run tests-only && npm run security","tests-only":"parallelshell 'npm run test:stock' 'npm run test:staging'","test:stock":"node test.js","test:staging":"node --es-staging test.js","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs *.js","eslint":"eslint *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp check"},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"tape":"^4.4.0","covert":"^1.1.0","jscs":"^2.10.1","editorconfig-tools":"^0.1.1","nsp":"^2.2.0","eslint":"^2.2.0","@ljharb/eslint-config":"^2.1.1","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","semver":"^5.1.0","foreach":"^2.0.5","parallelshell":"^2.0.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"24d113fb908482c43ef4f6a5a27614314e7bb0df","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable#readme","_id":"is-callable@1.1.3","_shasum":"86eb75392805ddc33af71c92a0eedf74ee7604b2","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"86eb75392805ddc33af71c92a0eedf74ee7604b2","size":8074,"noattachment":false,"key":"/is-callable/-/is-callable-1.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.1.3.tgz"},"maintainers":[{"name":"ljharb","email":""}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/is-callable-1.1.3.tgz_1456622777980_0.3157460247166455"},"directories":{},"publish_time":1456622779027,"_cnpm_publish_time":1456622779027,"_hasShrinkwrap":false},"1.1.2":{"name":"is-callable","version":"1.1.2","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && npm run tests-only && npm run security","tests-only":"parallelshell 'npm run test:stock' 'npm run test:staging'","test:stock":"node test.js","test:staging":"node --es-staging test.js","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs *.js","eslint":"eslint *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp check"},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"tape":"^4.4.0","covert":"^1.1.0","jscs":"^2.8.0","editorconfig-tools":"^0.1.1","nsp":"^2.2.0","eslint":"^1.10.3","@ljharb/eslint-config":"^1.6.1","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","semver":"^5.1.0","foreach":"^2.0.5","parallelshell":"^2.0.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"0904db19acf27f2ef27aa02e7018ccc6142a63a0","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable#readme","_id":"is-callable@1.1.2","_shasum":"2108786f76ac1288867ccf052d9fd25c0148718d","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"2108786f76ac1288867ccf052d9fd25c0148718d","size":7850,"noattachment":false,"key":"/is-callable/-/is-callable-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.1.2.tgz"},"maintainers":[{"name":"ljharb","email":""}],"directories":{},"publish_time":1452907645790,"_cnpm_publish_time":1452907645790,"_hasShrinkwrap":false},"1.1.1":{"name":"is-callable","version":"1.1.1","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && npm run tests-only && npm run security","tests-only":"node --es-staging test.js","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs *.js","eslint":"eslint *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp check"},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"tape":"^4.2.2","covert":"^1.1.0","jscs":"^2.6.0","editorconfig-tools":"^0.1.1","nsp":"^2.0.2","eslint":"^1.10.1","@ljharb/eslint-config":"^1.6.0","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","semver":"^5.1.0","foreach":"^2.0.5"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"707515246a696281ccfc7033d5930bf9229eb0d5","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable#readme","_id":"is-callable@1.1.1","_shasum":"4c63d56524adbc02e6014d03fdacf0ce47cf1dad","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"4c63d56524adbc02e6014d03fdacf0ce47cf1dad","size":7480,"noattachment":false,"key":"/is-callable/-/is-callable-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.1.1.tgz"},"maintainers":[{"name":"ljharb","email":""}],"directories":{},"publish_time":1448910567921,"_cnpm_publish_time":1448910567921,"_hasShrinkwrap":false},"1.1.0":{"name":"is-callable","version":"1.1.0","author":{"name":"Jordan Harband"},"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && node --es-staging test.js && npm run security","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs *.js","eslint":"eslint *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"tape":"^4.2.0","covert":"^1.1.0","jscs":"^2.2.1","editorconfig-tools":"^0.1.1","nsp":"^1.1.0","eslint":"^1.5.1","@ljharb/eslint-config":"^1.2.0","make-arrow-function":"^1.1.0","make-generator-function":"^1.1.0","semver":"^5.0.3","foreach":"^2.0.5"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"a78c65b11ef590344cfa345c5dc9997dd6ae69d6","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable#readme","_id":"is-callable@1.1.0","_shasum":"9ebd23c4d6b0f20949ee846176e1aaad2f031f32","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"9ebd23c4d6b0f20949ee846176e1aaad2f031f32","size":6898,"noattachment":false,"key":"/is-callable/-/is-callable-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.1.0.tgz"},"maintainers":[{"name":"ljharb","email":""}],"directories":{},"publish_time":1443773785066,"_cnpm_publish_time":1443773785066,"_hasShrinkwrap":false},"1.0.4":{"name":"is-callable","version":"1.0.4","author":{"name":"Jordan Harband"},"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && node --harmony --es-staging test.js && npm run security","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs test.js *.js","eslint":"eslint test.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"foreach":"~2.0.5","is":"~2.2.0","tape":"~3.4.0","indexof":"~0.0.1","covert":"1.0.0","jscs":"~1.10.0","editorconfig-tools":"~0.0.1","nsp":"~1.0.0","eslint":"~0.13.0","make-arrow-function":"~1.0.0","make-generator-function":"~1.0.0","semver":"~4.2.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"3df78871c38ba41060df04bab7d3bd4cea81320a","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable","_id":"is-callable@1.0.4","_shasum":"63cb2155460fd30501fec1d710bd6612c46c34ad","_from":".","_npmVersion":"2.3.0","_nodeVersion":"1.0.4","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"ljharb","email":""}],"dist":{"shasum":"63cb2155460fd30501fec1d710bd6612c46c34ad","size":7252,"noattachment":false,"key":"/is-callable/-/is-callable-1.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.0.4.tgz"},"directories":{},"publish_time":1422605304789,"_cnpm_publish_time":1422605304789,"_hasShrinkwrap":false},"1.0.3":{"name":"is-callable","version":"1.0.3","author":{"name":"Jordan Harband"},"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && node --harmony --es-staging test.js && npm run security","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs test.js *.js","eslint":"eslint test.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","arrow","arrow function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"foreach":"~2.0.5","is":"~2.2.0","tape":"~3.4.0","indexof":"~0.0.1","covert":"1.0.0","jscs":"~1.10.0","editorconfig-tools":"~0.0.1","nsp":"~1.0.0","eslint":"~0.13.0","make-arrow-function":"~1.0.0","make-generator-function":"~1.0.0","semver":"~4.2.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"9303b4fb23961f0a9e5f4b3b52eb73faa45c966b","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable","_id":"is-callable@1.0.3","_shasum":"ec4daf411ae168c20e0161cac3b80c131e4e8500","_from":".","_npmVersion":"2.3.0","_nodeVersion":"1.0.4","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"ljharb","email":""}],"dist":{"shasum":"ec4daf411ae168c20e0161cac3b80c131e4e8500","size":7130,"noattachment":false,"key":"/is-callable/-/is-callable-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.0.3.tgz"},"directories":{},"publish_time":1422557078142,"_cnpm_publish_time":1422557078142,"_hasShrinkwrap":false},"1.0.2":{"name":"is-callable","version":"1.0.2","author":{"name":"Jordan Harband"},"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && node --harmony --es-staging test.js && npm run security","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs test.js *.js","eslint":"eslint test.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"foreach":"~2.0.5","is":"~2.2.0","tape":"~3.4.0","indexof":"~0.0.1","covert":"1.0.0","jscs":"~1.10.0","editorconfig-tools":"~0.0.1","nsp":"~1.0.0","eslint":"~0.13.0","make-generator-function":"~1.0.0","semver":"~4.2.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"2146669ef635e0aa2f717b35efe845e2dcde655e","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable","_id":"is-callable@1.0.2","_shasum":"21f265cc5565575d8f52d82ff380cbcea29352e5","_from":".","_npmVersion":"2.3.0","_nodeVersion":"1.0.4","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"ljharb","email":""}],"dist":{"shasum":"21f265cc5565575d8f52d82ff380cbcea29352e5","size":7010,"noattachment":false,"key":"/is-callable/-/is-callable-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.0.2.tgz"},"directories":{},"publish_time":1422553517802,"_cnpm_publish_time":1422553517802,"_hasShrinkwrap":false},"1.0.0":{"name":"is-callable","version":"1.0.0","author":{"name":"Jordan Harband"},"description":"Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.","license":"MIT","main":"index.js","scripts":{"test":"npm run lint && node --harmony --es-staging test.js && npm run security","coverage":"covert test.js","coverage-quiet":"covert test.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs test.js *.js","eslint":"eslint test.js *.js","eccheck":"editorconfig-tools check *.js **/*.js > /dev/null","security":"nsp package"},"repository":{"type":"git","url":"git://github.com/ljharb/is-callable.git"},"keywords":["Function","function","callable","generator","generator function","ES6","toStringTag","@@toStringTag"],"dependencies":{},"devDependencies":{"foreach":"~2.0.5","is":"~2.2.0","tape":"~3.4.0","indexof":"~0.0.1","covert":"1.0.0","jscs":"~1.10.0","editorconfig-tools":"~0.0.1","nsp":"~1.0.0","eslint":"~0.13.0","make-generator-function":"~1.0.0","semver":"~4.2.0"},"testling":{"files":"test.js","browsers":["iexplore/6.0..latest","firefox/3.0..6.0","firefox/15.0..latest","firefox/nightly","chrome/4.0..10.0","chrome/20.0..latest","chrome/canary","opera/10.0..latest","opera/next","safari/4.0..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2"]},"engines":{"node":">= 0.4"},"gitHead":"1e41fb9ba4401a61de3141d01235f3cf49d857cd","bugs":{"url":"https://github.com/ljharb/is-callable/issues"},"homepage":"https://github.com/ljharb/is-callable","_id":"is-callable@1.0.0","_shasum":"71f02be5c44b850c95517baa10856a54983cf6cd","_from":".","_npmVersion":"2.3.0","_nodeVersion":"1.0.4","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"ljharb","email":""}],"dist":{"shasum":"71f02be5c44b850c95517baa10856a54983cf6cd","size":6930,"noattachment":false,"key":"/is-callable/-/is-callable-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-callable/download/is-callable-1.0.0.tgz"},"directories":{},"publish_time":1422524096078,"_cnpm_publish_time":1422524096078,"_hasShrinkwrap":false}},"readme":"# is-callable <sup>[![Version Badge][2]][1]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![dependency status][5]][6]\n[![dev dependency status][7]][8]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][11]][1]\n\nIs this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.\n\n## Supported engines\nAutomatically tested in every minor version of node.\n\nManually tested in:\n - Safari: v4 - v15 <sub>(4, 5, 5.1, 6.0.5, 6.2, 7.1, 8, 9.1.3, 10.1.2, 11.1.2, 12.1, 13.1.2, 14.1.2, 15.3, 15.6.1)</sub>\n   - Note: Safari 9 has `class`, but `Function.prototype.toString` hides that progeny and makes them look like functions, so `class` constructors will be reported by this package as callable, when they are not in fact callable.\n - Chrome: v15 - v81, v83 - v106<sub>(every integer version)</sub>\n   - Note: This includes Edge v80+ and Opera v15+, which matches Chrome\n - Firefox: v3, v3.6, v4 - v105 <sub>(every integer version)</sub>\n   - Note: v45 - v54 has `class`, but `Function.prototype.toString` hides that progeny and makes them look like functions, so `class` constructors will be reported by this package as callable, when they are not in fact callable.\n   - Note: in v42 - v63, `Function.prototype.toString` throws on HTML element constructors, or a Proxy to a function\n   - Note: in v20 - v35, HTML element constructors are not callable, despite having typeof `function`.\n   - Note: in v19, `document.all` is not callable.\n - IE: v6 - v11<sub>(every integer version</sub>\n - Opera: v11.1, v11.5, v11.6, v12.1, v12.14, v12.15, v12.16, v15+ <sub>v15+ matches Chrome</sub>\n\n## Example\n\n```js\nvar isCallable = require('is-callable');\nvar assert = require('assert');\n\nassert.notOk(isCallable(undefined));\nassert.notOk(isCallable(null));\nassert.notOk(isCallable(false));\nassert.notOk(isCallable(true));\nassert.notOk(isCallable([]));\nassert.notOk(isCallable({}));\nassert.notOk(isCallable(/a/g));\nassert.notOk(isCallable(new RegExp('a', 'g')));\nassert.notOk(isCallable(new Date()));\nassert.notOk(isCallable(42));\nassert.notOk(isCallable(NaN));\nassert.notOk(isCallable(Infinity));\nassert.notOk(isCallable(new Number(42)));\nassert.notOk(isCallable('foo'));\nassert.notOk(isCallable(Object('foo')));\n\nassert.ok(isCallable(function () {}));\nassert.ok(isCallable(function* () {}));\nassert.ok(isCallable(x => x * x));\n```\n\n## Install\n\nInstall with\n\n```\nnpm install is-callable\n```\n\n## Tests\n\nSimply clone the repo, `npm install`, and run `npm test`\n\n[1]: https://npmjs.org/package/is-callable\n[2]: https://versionbadg.es/inspect-js/is-callable.svg\n[5]: https://david-dm.org/inspect-js/is-callable.svg\n[6]: https://david-dm.org/inspect-js/is-callable\n[7]: https://david-dm.org/inspect-js/is-callable/dev-status.svg\n[8]: https://david-dm.org/inspect-js/is-callable#info=devDependencies\n[11]: https://nodei.co/npm/is-callable.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/is-callable.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/is-callable.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=is-callable\n[codecov-image]: https://codecov.io/gh/inspect-js/is-callable/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/inspect-js/is-callable/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/is-callable\n[actions-url]: https://github.com/inspect-js/is-callable/actions\n","_attachments":{},"homepage":"https://github.com/inspect-js/is-callable#readme","bugs":{"url":"https://github.com/inspect-js/is-callable/issues"},"license":"MIT"}