123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- {
- "_from": "type-detect@4.0.8",
- "_id": "type-detect@4.0.8",
- "_inBundle": false,
- "_integrity": "sha1-dkb7XxiHHPu3dJ5pvTmmOI63RQw=",
- "_location": "/type-detect",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "type-detect@4.0.8",
- "name": "type-detect",
- "escapedName": "type-detect",
- "rawSpec": "4.0.8",
- "saveSpec": null,
- "fetchSpec": "4.0.8"
- },
- "_requiredBy": [
- "/@sinonjs/commons"
- ],
- "_resolved": "http://registry.npm.taobao.org/type-detect/download/type-detect-4.0.8.tgz",
- "_shasum": "7646fb5f18871cfbb7749e69bd39a6388eb7450c",
- "_spec": "type-detect@4.0.8",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\@sinonjs\\commons",
- "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": "Keith Cirkel",
- "url": "https://github.com/keithamus"
- },
- {
- "name": "David Losert",
- "url": "https://github.com/davelosert"
- },
- {
- "name": "Aleksey Shvayka",
- "url": "https://github.com/shvaikalesh"
- },
- {
- "name": "Lucas Fernandes da Costa",
- "url": "https://github.com/lucasfcosta"
- },
- {
- "name": "Grant Snodgrass",
- "url": "https://github.com/meeber"
- },
- {
- "name": "Jeremy Tice",
- "url": "https://github.com/jetpacmonkey"
- },
- {
- "name": "Edward Betts",
- "url": "https://github.com/EdwardBetts"
- },
- {
- "name": "dvlsg",
- "url": "https://github.com/dvlsg"
- },
- {
- "name": "Amila Welihinda",
- "url": "https://github.com/amilajack"
- },
- {
- "name": "Jake Champion",
- "url": "https://github.com/JakeChampion"
- },
- {
- "name": "Miroslav Bajtoš",
- "url": "https://github.com/bajtos"
- }
- ],
- "deprecated": false,
- "description": "Improved typeof detection for node.js and the browser.",
- "devDependencies": {
- "@commitlint/cli": "^4.2.2",
- "benchmark": "^2.1.0",
- "buble": "^0.16.0",
- "codecov": "^3.0.0",
- "commitlint-config-angular": "^4.2.1",
- "cross-env": "^5.1.1",
- "eslint": "^4.10.0",
- "eslint-config-strict": "^14.0.0",
- "eslint-plugin-filenames": "^1.2.0",
- "husky": "^0.14.3",
- "karma": "^1.7.1",
- "karma-chrome-launcher": "^2.2.0",
- "karma-coverage": "^1.1.1",
- "karma-detect-browsers": "^2.2.5",
- "karma-edge-launcher": "^0.4.2",
- "karma-firefox-launcher": "^1.0.1",
- "karma-ie-launcher": "^1.0.0",
- "karma-mocha": "^1.3.0",
- "karma-opera-launcher": "^1.0.0",
- "karma-safari-launcher": "^1.0.0",
- "karma-safaritechpreview-launcher": "0.0.6",
- "karma-sauce-launcher": "^1.2.0",
- "mocha": "^4.0.1",
- "nyc": "^11.3.0",
- "rollup": "^0.50.0",
- "rollup-plugin-buble": "^0.16.0",
- "rollup-plugin-commonjs": "^8.2.6",
- "rollup-plugin-istanbul": "^1.1.0",
- "rollup-plugin-node-resolve": "^3.0.0",
- "semantic-release": "^8.2.0",
- "simple-assert": "^1.0.0"
- },
- "engines": {
- "node": ">=4"
- },
- "eslintConfig": {
- "env": {
- "es6": true
- },
- "extends": [
- "strict/es6"
- ],
- "globals": {
- "HTMLElement": false
- },
- "rules": {
- "complexity": 0,
- "max-statements": 0,
- "prefer-rest-params": 0
- }
- },
- "files": [
- "index.js",
- "type-detect.js"
- ],
- "homepage": "https://github.com/chaijs/type-detect#readme",
- "keywords": [
- "type",
- "typeof",
- "types"
- ],
- "license": "MIT",
- "main": "./type-detect.js",
- "name": "type-detect",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/chaijs/type-detect.git"
- },
- "scripts": {
- "bench": "node bench",
- "build": "rollup -c rollup.conf.js",
- "commit-msg": "commitlint -x angular",
- "lint": "eslint --ignore-path .gitignore .",
- "posttest:browser": "npm run upload-coverage",
- "posttest:node": "nyc report --report-dir \"coverage/node-$(node --version)\" --reporter=lcovonly && npm run upload-coverage",
- "prepare": "cross-env NODE_ENV=production npm run build",
- "pretest:browser": "cross-env NODE_ENV=test npm run build",
- "pretest:node": "cross-env NODE_ENV=test npm run build",
- "semantic-release": "semantic-release pre && npm publish && semantic-release post",
- "test": "npm run test:node && npm run test:browser",
- "test:browser": "karma start --singleRun=true",
- "test:node": "nyc mocha type-detect.test.js",
- "upload-coverage": "codecov"
- },
- "version": "4.0.8"
- }
|