{
  "_args": [
    [
      "class-is@1.1.0",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "class-is@1.1.0",
  "_id": "class-is@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-rhjH9AG1fvabIDoGRVH587413LPjTZgmDF9fOFCbFJQV4yuocX1mHxxvXI4g3cGwbVY9wAYIoKlg1N79frJKQw==",
  "_location": "/class-is",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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.npmjs.org/class-is/-/class-is-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Diogo Silva",
    "email": "fsdiogo@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/moxystudio/js-class-is/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {},
  "description": "Enhances a JavaScript class by adding an is<Class> 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"
}
