mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
118 lines
3.0 KiB
JSON
118 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"value-or-function@^3.0.0",
|
|
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/vinyl-fs"
|
|
]
|
|
],
|
|
"_from": "value-or-function@>=3.0.0 <4.0.0",
|
|
"_id": "value-or-function@3.0.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/value-or-function",
|
|
"_nodeVersion": "0.10.48",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/value-or-function-3.0.0.tgz_1500670075697_0.5566161137539893"
|
|
},
|
|
"_npmUser": {
|
|
"email": "blaine.bublitz@gmail.com",
|
|
"name": "phated"
|
|
},
|
|
"_npmVersion": "2.15.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "value-or-function",
|
|
"raw": "value-or-function@^3.0.0",
|
|
"rawSpec": "^3.0.0",
|
|
"scope": null,
|
|
"spec": ">=3.0.0 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/resolve-options",
|
|
"/vinyl-fs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz",
|
|
"_shasum": "1c243a50b595c1be54a754bfece8563b9ff8d813",
|
|
"_shrinkwrap": null,
|
|
"_spec": "value-or-function@^3.0.0",
|
|
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/vinyl-fs",
|
|
"author": {
|
|
"email": "team@gulpjs.com",
|
|
"name": "Gulp Team",
|
|
"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"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "1c243a50b595c1be54a754bfece8563b9ff8d813",
|
|
"tarball": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "44e5b5808a46a6e22fee66ad2508d2d1a0e1477c",
|
|
"homepage": "https://github.com/gulpjs/value-or-function#readme",
|
|
"keywords": [
|
|
"function",
|
|
"normalize",
|
|
"options",
|
|
"value"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "contra",
|
|
"email": "contra@wearefractal.com"
|
|
},
|
|
{
|
|
"name": "phated",
|
|
"email": "blaine.bublitz@gmail.com"
|
|
}
|
|
],
|
|
"name": "value-or-function",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"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"
|
|
}
|