Server : nginx/1.20.1 System : Linux ccpf-production-2021 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64 User : forge ( 1000) PHP Version : 7.4.21 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /lib/node_modules/gulp/node_modules/value-or-function/ |
{
"_from": "value-or-function@^3.0.0",
"_id": "value-or-function@3.0.0",
"_inBundle": false,
"_integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=",
"_location": "/gulp/value-or-function",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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/resolve-options",
"/gulp/vinyl-fs"
],
"_resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz",
"_shasum": "1c243a50b595c1be54a754bfece8563b9ff8d813",
"_spec": "value-or-function@^3.0.0",
"_where": "/usr/lib/node_modules/gulp/node_modules/vinyl-fs",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/value-or-function/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
},
{
"name": "Hugo Wood",
"email": "hx4.5@free.fr"
}
],
"dependencies": {},
"deprecated": false,
"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"
}