115 lines
2.3 KiB
JSON
115 lines
2.3 KiB
JSON
{
|
|
"_from": "has-value@^0.3.1",
|
|
"_id": "has-value@0.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
|
|
"_location": "/unset-value/has-value",
|
|
"_phantomChildren": {
|
|
"isarray": "1.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "has-value@^0.3.1",
|
|
"name": "has-value",
|
|
"escapedName": "has-value",
|
|
"rawSpec": "^0.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/unset-value"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
|
|
"_shasum": "7b1f58bada62ca827ec0a2078025654845995e1f",
|
|
"_spec": "has-value@^0.3.1",
|
|
"_where": "/Users/josh.burman/Projects/braid/node_modules/unset-value",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/has-value/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"get-value": "^2.0.3",
|
|
"has-values": "^0.1.4",
|
|
"isobject": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
|
|
"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-value",
|
|
"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-value",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/has-value.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"run": true,
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"get-object",
|
|
"get-property",
|
|
"get-value",
|
|
"set-value"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"verb"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.3.1"
|
|
}
|