mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
147
node_modules/has-value/package.json
generated
vendored
Normal file
147
node_modules/has-value/package.json
generated
vendored
Normal file
@@ -0,0 +1,147 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"has-value@^1.0.0",
|
||||
"/home/beppe/Github/yahooApi/node_modules/cache-base"
|
||||
]
|
||||
],
|
||||
"_from": "has-value@>=1.0.0 <2.0.0",
|
||||
"_id": "has-value@1.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/has-value",
|
||||
"_nodeVersion": "7.7.3",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/has-value-1.0.0.tgz_1495221082986_0.06325704883784056"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "4.6.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "has-value",
|
||||
"raw": "has-value@^1.0.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cache-base"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
|
||||
"_shasum": "18b281da585b1c5c51def24c930ed29a0be6b177",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "has-value@^1.0.0",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/cache-base",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/has-value/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
},
|
||||
{
|
||||
"name": "Ryan M Harrison",
|
||||
"url": "https://linkedin.com/in/harrisonrm"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"get-value": "^2.0.6",
|
||||
"has-values": "^1.0.0",
|
||||
"isobject": "^3.0.0"
|
||||
},
|
||||
"description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.12",
|
||||
"mocha": "^3.4.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "18b281da585b1c5c51def24c930ed29a0be6b177",
|
||||
"tarball": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "61b5671a48ac40206eb33b4ea75dc2507168d687",
|
||||
"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",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "has-value",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/has-value.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"layout": "default",
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
},
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"reflinks": [],
|
||||
"related": {
|
||||
"list": [
|
||||
"define-property",
|
||||
"get-value",
|
||||
"set-value",
|
||||
"unset-value"
|
||||
]
|
||||
},
|
||||
"run": true,
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"toc": false
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Reference in New Issue
Block a user