projecte_ionic/node_modules/is-extendable/package.json
2022-02-09 18:30:03 +01:00

92 lines
2.4 KiB
JSON
Executable file

{
"_from": "is-extendable@^0.1.0",
"_id": "is-extendable@0.1.1",
"_inBundle": false,
"_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
"_location": "/is-extendable",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-extendable@^0.1.0",
"name": "is-extendable",
"escapedName": "is-extendable",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/expand-brackets/extend-shallow",
"/extglob/extend-shallow",
"/http-proxy-middleware/braces/extend-shallow",
"/http-proxy-middleware/fill-range/extend-shallow",
"/set-value",
"/set-value/extend-shallow",
"/snapdragon/extend-shallow",
"/union-value",
"/webpack-dev-server/braces/extend-shallow",
"/webpack-dev-server/fill-range/extend-shallow"
],
"_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
"_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
"_spec": "is-extendable@^0.1.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/webpack-dev-server/node_modules/braces/node_modules/extend-shallow",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-extendable/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-extendable",
"keywords": [
"array",
"assign",
"check",
"date",
"extend",
"extensible",
"function",
"is",
"object",
"regex",
"test"
],
"license": "MIT",
"main": "index.js",
"name": "is-extendable",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-extendable.git"
},
"scripts": {
"test": "mocha"
},
"verbiage": {
"related": {
"list": [
"isobject",
"is-plain-object",
"kind-of",
"is-extendable",
"is-equal-shallow",
"extend-shallow",
"assign-deep"
]
}
},
"version": "0.1.1"
}