biofriction-wp-theme/node_modules/value-or-function/package.json

91 lines
2.3 KiB
JSON

{
"_args": [
[
"value-or-function@3.0.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "value-or-function@3.0.0",
"_id": "value-or-function@3.0.0",
"_inBundle": false,
"_integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=",
"_location": "/value-or-function",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "value-or-function@3.0.0",
"name": "value-or-function",
"escapedName": "value-or-function",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/gulp/vinyl-fs",
"/resolve-options"
],
"_resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/value-or-function/issues"
},
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
},
{
"name": "Hugo Wood",
"email": "hx4.5@free.fr"
}
],
"dependencies": {},
"description": "Normalize a value or function, applying extra args to the function",
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.16.0",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mocha": "^2.4.5"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/gulpjs/value-or-function#readme",
"keywords": [
"options",
"normalize",
"value",
"function"
],
"license": "MIT",
"main": "index.js",
"name": "value-or-function",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/value-or-function.git"
},
"scripts": {
"cover": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint . && jscs index.js test/",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "3.0.0"
}