"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",