mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 18:04:29 +00:00
v5
This commit is contained in:
parent
d1407282e6
commit
08403cd828
6774 changed files with 1602535 additions and 1 deletions
83
node_modules/has-value/package.json
generated
vendored
Normal file
83
node_modules/has-value/package.json
generated
vendored
Normal file
|
@ -0,0 +1,83 @@
|
|||
{
|
||||
"name": "has-value",
|
||||
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://github.com/jonschlinkert/has-value",
|
||||
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||||
"contributors": [
|
||||
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
|
||||
"Ryan M Harrison (https://linkedin.com/in/harrisonrm)"
|
||||
],
|
||||
"repository": "jonschlinkert/has-value",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/has-value/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"get-value": "^2.0.6",
|
||||
"has-values": "^1.0.0",
|
||||
"isobject": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.12",
|
||||
"mocha": "^3.4.1"
|
||||
},
|
||||
"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"
|
||||
],
|
||||
"verb": {
|
||||
"run": true,
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"define-property",
|
||||
"get-value",
|
||||
"set-value",
|
||||
"unset-value"
|
||||
]
|
||||
},
|
||||
"reflinks": [],
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue