eslint-config-airbnb-standard
Version:
Airbnb's JS ESLint config + JS Standard Style + semicolons
23 lines (22 loc) • 577 B
JSON
{
"name": "is-promise",
"version": "2.1.0",
"description": "Test whether an object looks like a promises-a+ promise",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/then/is-promise.git"
},
"author": "ForbesLindesay",
"license": "MIT",
"devDependencies": {
"better-assert": "~0.1.0",
"mocha": "~1.7.4"
}
,"_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz"
,"_integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o="
,"_from": "is-promise@2.1.0"
}