{ "_from": "class-is@^1.1.0", "_id": "class-is@1.1.0", "_inBundle": false, "_integrity": "sha512-rhjH9AG1fvabIDoGRVH587413LPjTZgmDF9fOFCbFJQV4yuocX1mHxxvXI4g3cGwbVY9wAYIoKlg1N79frJKQw==", "_location": "/class-is", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "class-is@^1.1.0", "name": "class-is", "escapedName": "class-is", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/cids" ], "_resolved": "https://registry.npmmirror.com/class-is/-/class-is-1.1.0.tgz", "_shasum": "9d3c0fba0440d211d843cec3dedfa48055005825", "_spec": "class-is@^1.1.0", "_where": "D:\\ruyi\\dapp\\node_modules\\cids", "author": { "name": "Diogo Silva", "email": "fsdiogo@gmail.com" }, "bugs": { "url": "https://github.com/moxystudio/js-class-is/issues" }, "bundleDependencies": false, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "dependencies": {}, "deprecated": false, "description": "Enhances a JavaScript class by adding an is property to compare types between realms.", "devDependencies": { "@commitlint/cli": "^6.1.3", "@commitlint/config-conventional": "^6.1.3", "eslint": "^4.19.1", "eslint-config-moxy": "^5.2.1", "husky": "^0.14.3", "jest": "^22.4.3", "lint-staged": "^7.0.0", "standard-version": "^4.3.0" }, "homepage": "https://github.com/moxystudio/js-class-is", "keywords": [ "withis", "with-is", "isclass", "is-class", "symbols", "realms", "instanceof", "instance-of" ], "license": "MIT", "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "main": "index.js", "name": "class-is", "repository": { "type": "git", "url": "git+ssh://git@github.com/moxystudio/js-class-is.git" }, "scripts": { "commitmsg": "commitlint -e $GIT_PARAMS", "lint": "eslint .", "precommit": "lint-staged", "prerelease": "npm t && npm run lint", "release": "standard-version", "test": "jest --env node --coverage" }, "standard-version": { "scripts": { "posttag": "git push --follow-tags origin master && npm publish" } }, "version": "1.1.0" }