package.json 3.31 KB
{
  "_from": "type-detect@^4.0.0",
  "_id": "type-detect@4.0.3",
  "_inBundle": false,
  "_integrity": "sha1-Dj8mcLRAmbC0bChNE2p+9Jx0wuo=",
  "_location": "/type-detect",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "type-detect@^4.0.0",
    "name": "type-detect",
    "escapedName": "type-detect",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/chai",
    "/deep-eql"
  ],
  "_resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.3.tgz",
  "_shasum": "0e3f2670b44099b0b46c284d136a7ef49c74c2ea",
  "_spec": "type-detect@^4.0.0",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\chai",
  "author": {
    "name": "Jake Luer",
    "email": "jake@alogicalparadox.com",
    "url": "http://alogicalparadox.com"
  },
  "bugs": {
    "url": "https://github.com/chaijs/type-detect/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "David Losert",
      "url": "https://github.com/davelosert"
    },
    {
      "name": "Keith Cirkel",
      "url": "https://github.com/keithamus"
    },
    {
      "name": "Miroslav Bajtoš",
      "url": "https://github.com/bajtos"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Improved typeof detection for node.js and the browser.",
  "devDependencies": {
    "benchmark": "^2.1.0",
    "browserify": "^14.3.0",
    "browserify-istanbul": "^2.0.0",
    "coveralls": "2.13.0",
    "eslint": "^3.19.0",
    "eslint-config-strict": "^13.0.0",
    "eslint-plugin-filenames": "^1.1.0",
    "husky": "^0.13.3",
    "istanbul": "^0.4.2",
    "karma": "^1.1.2",
    "karma-browserify": "^5.0.2",
    "karma-coverage": "^1.0.0",
    "karma-mocha": "^1.0.1",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-sauce-launcher": "^1.0.0",
    "lcov-result-merger": "^1.2.0",
    "mocha": "^3.0.0",
    "phantomjs-prebuilt": "^2.1.5",
    "semantic-release": "^6.3.2",
    "simple-assert": "^1.0.0",
    "travis-after-all": "^1.4.4",
    "validate-commit-msg": "^2.3.1"
  },
  "engines": {
    "node": "*"
  },
  "eslintConfig": {
    "env": {
      "es6": true
    },
    "extends": [
      "strict/es5"
    ],
    "globals": {
      "HTMLElement": false
    },
    "rules": {
      "complexity": 0,
      "max-statements": 0
    }
  },
  "files": [
    "index.js",
    "type-detect.js"
  ],
  "homepage": "https://github.com/chaijs/type-detect#readme",
  "keywords": [
    "type",
    "typeof",
    "types"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "type-detect",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/chaijs/type-detect.git"
  },
  "scripts": {
    "bench": "node bench",
    "build": "browserify --bare $npm_pakcage_main --standalone typeDetect -o type-detect.js",
    "commit-msg": "validate-commit-msg",
    "lint": "eslint --ignore-path .gitignore .",
    "prepublish": "npm run build",
    "pretest": "npm run lint",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run test:node && npm run test:browser && npm run upload-coverage",
    "test:browser": "karma start --singleRun=true",
    "test:node": "istanbul cover _mocha",
    "upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"
  },
  "version": "4.0.3"
}