tra-analysis/website/functions/node_modules/unset-value/node_modules/has-values/package.json
2019-01-06 13:14:45 -06:00

107 lines
2.3 KiB
JSON

{
"_from": "has-values@^0.1.4",
"_id": "has-values@0.1.4",
"_inBundle": false,
"_integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
"_location": "/unset-value/has-values",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "has-values@^0.1.4",
"name": "has-values",
"escapedName": "has-values",
"rawSpec": "^0.1.4",
"saveSpec": null,
"fetchSpec": "^0.1.4"
},
"_requiredBy": [
"/unset-value/has-value"
],
"_resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
"_shasum": "6d61de95d91dfca9b9a02089ad384bff8f62b771",
"_spec": "has-values@^0.1.4",
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\unset-value\\node_modules\\has-value",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/has-values/issues"
},
"bundleDependencies": false,
"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": "^0.1.7",
"mocha": "^2.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"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"
],
"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",
"isobject",
"is-plain-object"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.4"
}