mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 12:02:48 +00:00
euh
This commit is contained in:
142
node_modules/has-values/package.json
generated
vendored
Normal file
142
node_modules/has-values/package.json
generated
vendored
Normal file
@@ -0,0 +1,142 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"has-values@^1.0.0",
|
||||
"/home/beppe/Github/yahooApi/node_modules/has-value"
|
||||
]
|
||||
],
|
||||
"_from": "has-values@>=1.0.0 <2.0.0",
|
||||
"_id": "has-values@1.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/has-values",
|
||||
"_nodeVersion": "7.7.3",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/has-values-1.0.0.tgz_1495219418678_0.2592258816584945"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "4.6.1",
|
||||
"_phantomChildren": {
|
||||
"is-buffer": "1.1.6"
|
||||
},
|
||||
"_requested": {
|
||||
"name": "has-values",
|
||||
"raw": "has-values@^1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/has-value"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
|
||||
"_shasum": "95b0b63fec2146619a6fe57fe75628d5a39efe4f",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "has-values@^1.0.0",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/has-value",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/has-values/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-number": "^3.0.0",
|
||||
"kind-of": "^4.0.0"
|
||||
},
|
||||
"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.12",
|
||||
"mocha": "^3.4.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "95b0b63fec2146619a6fe57fe75628d5a39efe4f",
|
||||
"tarball": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "fead695044aafcfb337c7125af5479c7eaf1c92c",
|
||||
"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",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "has-values",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/has-values.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"layout": "default",
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
},
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"reflinks": [
|
||||
"verb"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"has-value",
|
||||
"is-number",
|
||||
"is-plain-object",
|
||||
"isobject",
|
||||
"kind-of"
|
||||
]
|
||||
},
|
||||
"run": true,
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"toc": false
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Reference in New Issue
Block a user