2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args" : [
[
"is-extendable@0.1.1" ,
"F:\\laragon\\www\\wishthis"
]
] ,
"_from" : "is-extendable@0.1.1" ,
"_id" : "is-extendable@0.1.1" ,
"_inBundle" : false ,
"_integrity" : "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" ,
"_location" : "/is-extendable" ,
"_phantomChildren" : { } ,
"_requested" : {
"type" : "version" ,
"registry" : true ,
"raw" : "is-extendable@0.1.1" ,
"name" : "is-extendable" ,
"escapedName" : "is-extendable" ,
"rawSpec" : "0.1.1" ,
"saveSpec" : null ,
"fetchSpec" : "0.1.1"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"_requiredBy" : [
"/extend-shallow" ,
"/set-value" ,
"/union-value"
2022-01-21 08:28:41 +00:00
] ,
2022-02-23 16:41:13 +00:00
"_resolved" : "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz" ,
"_spec" : "0.1.1" ,
"_where" : "F:\\laragon\\www\\wishthis" ,
"author" : {
"name" : "Jon Schlinkert" ,
"url" : "https://github.com/jonschlinkert"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"bugs" : {
"url" : "https://github.com/jonschlinkert/is-extendable/issues"
2022-01-21 08:28:41 +00:00
} ,
2022-02-23 16:41:13 +00:00
"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?\"" ,
2022-01-21 08:28:41 +00:00
"devDependencies" : {
"mocha" : "*"
} ,
2022-02-23 16:41:13 +00:00
"engines" : {
"node" : ">=0.10.0"
} ,
"files" : [
"index.js"
] ,
"homepage" : "https://github.com/jonschlinkert/is-extendable" ,
2022-01-21 08:28:41 +00:00
"keywords" : [
"array" ,
"assign" ,
"check" ,
"date" ,
"extend" ,
"extensible" ,
"function" ,
"is" ,
"object" ,
"regex" ,
"test"
] ,
2022-02-23 16:41:13 +00:00
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "is-extendable" ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/jonschlinkert/is-extendable.git"
} ,
"scripts" : {
"test" : "mocha"
} ,
2022-01-21 08:28:41 +00:00
"verbiage" : {
"related" : {
"list" : [
"isobject" ,
"is-plain-object" ,
"kind-of" ,
"is-extendable" ,
"is-equal-shallow" ,
"extend-shallow" ,
"assign-deep"
]
}
2022-02-23 16:41:13 +00:00
} ,
"version" : "0.1.1"
2022-01-21 08:28:41 +00:00
}