{
  "_from": "is-funcs@^0.5.1",
  "_id": "is-funcs@0.5.3",
  "_inBundle": false,
  "_integrity": "sha1-SzocquANnYYohPCRbD8IgPVkmBk=",
  "_location": "/is-funcs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-funcs@^0.5.1",
    "name": "is-funcs",
    "escapedName": "is-funcs",
    "rawSpec": "^0.5.1",
    "saveSpec": null,
    "fetchSpec": "^0.5.1"
  },
  "_requiredBy": [
    "/set-funcs"
  ],
  "_resolved": "https://registry.npmjs.org/is-funcs/-/is-funcs-0.5.3.tgz",
  "_shasum": "4b3a1caae00d9d862884f0916c3f0880f5649819",
  "_spec": "is-funcs@^0.5.1",
  "_where": "C:\\laragon\\www\\metalcrom2021\\node_modules\\set-funcs",
  "author": {
    "name": "Jérôme Decoster",
    "url": "jeromedecoster.com"
  },
  "bugs": {
    "url": "https://github.com/jeromedecoster/is-funcs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A very limited subset of is-* functions I use every day",
  "devDependencies": {
    "budo": "^9.2.2",
    "chokidar-cli": "^1.2.0",
    "raf-funcs": "^0.5.1",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3"
  },
  "files": [
    "is-array.js",
    "is-boolean.js",
    "is-date.js",
    "is-defined.js",
    "is-float.js",
    "is-function.js",
    "is-gt.js",
    "is-gte.js",
    "is-integer.js",
    "is-lt.js",
    "is-lte.js",
    "is-nan.js",
    "is-node.js",
    "is-number.js",
    "is-object.js",
    "is-regexp.js",
    "is-string.js"
  ],
  "homepage": "https://github.com/jeromedecoster/is-funcs#readme",
  "keywords": [
    "type",
    "check",
    "is-array",
    "is-boolean",
    "is-date",
    "is-defined",
    "is-float",
    "is-function",
    "is-gt",
    "is-gte",
    "is-integer",
    "is-lt",
    "is-lte",
    "is-nan",
    "is-node",
    "is-number",
    "is-object",
    "is-regexp",
    "is-string"
  ],
  "license": "MIT",
  "name": "is-funcs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jeromedecoster/is-funcs.git"
  },
  "scripts": {
    "dev": "chokidar '*.js' 'test/*.js' -c 'npm run test'",
    "perf": "budo perf/index.js:bundle.js --dir perf --host localhost --port 3000 --no-debug --live",
    "start": "budo src/index.js:bundle.js --dir src --host localhost --port 3000 --no-debug --live",
    "test": "tape test/*.js | tap-spec || true"
  },
  "version": "0.5.3"
}
