notes/node_modules/is-extendable/package.json

107 lines
2.6 KiB
JSON

{
"_args": [
[
"is-extendable@^0.1.1",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/object.omit"
]
],
"_from": "is-extendable@>=0.1.1 <0.2.0",
"_id": "is-extendable@0.1.1",
"_inCache": true,
"_installable": true,
"_location": "/is-extendable",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "is-extendable",
"raw": "is-extendable@^0.1.1",
"rawSpec": "^0.1.1",
"scope": null,
"spec": ">=0.1.1 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/object.omit"
],
"_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
"_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
"_shrinkwrap": null,
"_spec": "is-extendable@^0.1.1",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/object.omit",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-extendable/issues"
},
"dependencies": {},
"description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
"tarball": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "c36a0732e6a76931c6f66c5931d1f3e54fa44380",
"homepage": "https://github.com/jonschlinkert/is-extendable",
"keywords": [
"array",
"assign",
"check",
"date",
"extend",
"extensible",
"function",
"is",
"object",
"regex",
"test"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "is-extendable",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-extendable.git"
},
"scripts": {
"test": "mocha"
},
"verbiage": {
"related": {
"list": [
"assign-deep",
"extend-shallow",
"is-equal-shallow",
"is-extendable",
"is-plain-object",
"isobject",
"kind-of"
]
}
},
"version": "0.1.1"
}