Website/node_modules/kind-of/package.json
2015-12-02 18:21:44 -05:00

115 lines
2.5 KiB
JSON

{
"_args": [
[
"kind-of@^2.0.0",
"/Users/okennedy/Desktop/Website/node_modules/align-text"
]
],
"_from": "kind-of@>=2.0.0 <3.0.0",
"_id": "kind-of@2.0.1",
"_inCache": true,
"_installable": true,
"_location": "/kind-of",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "kind-of",
"raw": "kind-of@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/align-text"
],
"_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz",
"_shasum": "018ec7a4ce7e3a86cb9141be519d24c8faa981b5",
"_shrinkwrap": null,
"_spec": "kind-of@^2.0.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/align-text",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/kind-of/issues"
},
"dependencies": {
"is-buffer": "^1.0.2"
},
"description": "Get the native type of a value.",
"devDependencies": {
"benchmarked": "^0.1.3",
"chalk": "^0.5.1",
"glob": "^4.3.5",
"mocha": "^2.2.5",
"should": "^4.6.1",
"type-of": "^2.0.1",
"typeof": "^1.0.0"
},
"directories": {},
"dist": {
"shasum": "018ec7a4ce7e3a86cb9141be519d24c8faa981b5",
"tarball": "http://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "09fcb8b8384932bc5a0009e0b3811998b0387629",
"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": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
},
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
}
],
"name": "kind-of",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/kind-of.git"
},
"scripts": {
"prepublish": "browserify -o browser.js -e index.js -s index --bare",
"test": "mocha"
},
"version": "2.0.1"
}