some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / randomatic / node_modules / is-number / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/randomatic/node_modules/is-number/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/randomatic/node_modules/is-number/package.json
deleted file mode 100644 (file)
index c398f49..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-{
-  "_from": "is-number@^4.0.0",
-  "_id": "is-number@4.0.0",
-  "_inBundle": false,
-  "_integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
-  "_location": "/randomatic/is-number",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "is-number@^4.0.0",
-    "name": "is-number",
-    "escapedName": "is-number",
-    "rawSpec": "^4.0.0",
-    "saveSpec": null,
-    "fetchSpec": "^4.0.0"
-  },
-  "_requiredBy": [
-    "/randomatic"
-  ],
-  "_resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
-  "_shasum": "0026e37f5454d73e356dfe6564699867c6a7f0ff",
-  "_spec": "is-number@^4.0.0",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/randomatic",
-  "author": {
-    "name": "Jon Schlinkert",
-    "url": "https://github.com/jonschlinkert"
-  },
-  "bugs": {
-    "url": "https://github.com/jonschlinkert/is-number/issues"
-  },
-  "bundleDependencies": false,
-  "contributors": [
-    {
-      "name": "Jon Schlinkert",
-      "url": "http://twitter.com/jonschlinkert"
-    },
-    {
-      "name": "tunnckoCore",
-      "url": "https://i.am.charlike.online"
-    }
-  ],
-  "deprecated": false,
-  "description": "Returns true if the value is a number. comprehensive tests.",
-  "devDependencies": {
-    "benchmarked": "^2.0.0",
-    "chalk": "^2.1.0",
-    "gulp-format-md": "^1.0.0",
-    "mocha": "^3.0.1"
-  },
-  "engines": {
-    "node": ">=0.10.0"
-  },
-  "files": [
-    "index.js"
-  ],
-  "homepage": "https://github.com/jonschlinkert/is-number",
-  "keywords": [
-    "check",
-    "coerce",
-    "coercion",
-    "integer",
-    "is",
-    "is-nan",
-    "is-num",
-    "is-number",
-    "istype",
-    "kind",
-    "math",
-    "nan",
-    "num",
-    "number",
-    "numeric",
-    "test",
-    "type",
-    "typeof",
-    "value"
-  ],
-  "license": "MIT",
-  "main": "index.js",
-  "name": "is-number",
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/jonschlinkert/is-number.git"
-  },
-  "scripts": {
-    "test": "mocha"
-  },
-  "verb": {
-    "related": {
-      "list": [
-        "even",
-        "is-even",
-        "is-odd",
-        "is-primitive",
-        "kind-of",
-        "odd"
-      ]
-    },
-    "toc": false,
-    "layout": "default",
-    "tasks": [
-      "readme"
-    ],
-    "plugins": [
-      "gulp-format-md"
-    ],
-    "lint": {
-      "reflinks": true
-    }
-  },
-  "version": "4.0.0"
-}