Upsilon-VsCode/Client/node_modules/kind-of/package.json

87 lines
1.9 KiB
JSON
Executable File

{
"_from": "kind-of@^1.1.0",
"_id": "kind-of@1.1.0",
"_inBundle": false,
"_integrity": "sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ=",
"_location": "/kind-of",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "kind-of@^1.1.0",
"name": "kind-of",
"escapedName": "kind-of",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/extend-shallow"
],
"_resolved": "http://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz",
"_shasum": "140a3d2d41a36d2efcfa9377b62c24f8495a5c44",
"_spec": "kind-of@^1.1.0",
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/extend-shallow",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/kind-of/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Get the native type of a value.",
"devDependencies": {
"benchmarked": "^0.1.3",
"chalk": "^0.5.1",
"glob": "^4.3.5",
"should": "^4.6.1",
"type-of": "^2.0.1",
"typeof": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/kind-of",
"keywords": [
"arguments",
"array",
"boolean",
"check",
"date",
"function",
"is",
"is-type",
"is-type-of",
"kind",
"kind-of",
"number",
"object",
"regexp",
"string",
"test",
"type",
"type-of",
"typeof",
"types"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/kind-of/blob/master/LICENSE"
},
"main": "index.js",
"name": "kind-of",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/kind-of.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.0"
}