summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/has-values/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/has-values/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/has-values/package.json112
1 files changed, 112 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/has-values/package.json b/bin/wiki/ImportarDesdeURL/node_modules/has-values/package.json
new file mode 100644
index 00000000..e70e8178
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/has-values/package.json
@@ -0,0 +1,112 @@
+{
+ "_from": "has-values@~2.0.1",
+ "_id": "has-values@2.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-+QdH3jOmq9P8GfdjFg0eJudqx1FqU62NQJ4P16rOEHeRdl7ckgwn6uqQjzYE0ZoHVV/e5E2esuJ5Gl5+HUW19w==",
+ "_location": "/has-values",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "has-values@~2.0.1",
+ "name": "has-values",
+ "escapedName": "has-values",
+ "rawSpec": "~2.0.1",
+ "saveSpec": null,
+ "fetchSpec": "~2.0.1"
+ },
+ "_requiredBy": [
+ "/@metascraper/helpers"
+ ],
+ "_resolved": "https://registry.npmjs.org/has-values/-/has-values-2.0.1.tgz",
+ "_shasum": "3876200ff86d8a8546a9264a952c17d5fc17579d",
+ "_spec": "has-values@~2.0.1",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/@metascraper/helpers",
+ "author": {
+ "name": "Jon Schlinkert",
+ "url": "https://github.com/jonschlinkert"
+ },
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/has-values/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "kind-of": "^6.0.2"
+ },
+ "deprecated": false,
+ "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
+ "devDependencies": {
+ "gulp-format-md": "^1.0.0",
+ "mocha": "^3.5.3"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/jonschlinkert/has-values",
+ "keywords": [
+ "array",
+ "boolean",
+ "empty",
+ "find",
+ "function",
+ "has",
+ "hasOwn",
+ "javascript",
+ "js",
+ "key",
+ "keys",
+ "node.js",
+ "null",
+ "number",
+ "object",
+ "properties",
+ "property",
+ "string",
+ "type",
+ "util",
+ "utilities",
+ "utility",
+ "value",
+ "values"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "has-values",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jonschlinkert/has-values.git"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "verb": {
+ "run": true,
+ "toc": false,
+ "layout": "default",
+ "tasks": [
+ "readme"
+ ],
+ "plugins": [
+ "gulp-format-md"
+ ],
+ "related": {
+ "list": [
+ "has-value",
+ "is-number",
+ "is-plain-object",
+ "isobject",
+ "kind-of"
+ ]
+ },
+ "reflinks": [
+ "verb"
+ ],
+ "lint": {
+ "reflinks": true
+ }
+ },
+ "version": "2.0.1"
+}