blob: b745fe905b7dcfb4bdc5b43882e29f68176987f1 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "value-or-function@^3.0.0",
3 "_id": "value-or-function@3.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=",
6 "_location": "/value-or-function",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "value-or-function@^3.0.0",
12 "name": "value-or-function",
13 "escapedName": "value-or-function",
14 "rawSpec": "^3.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.0"
17 },
18 "_requiredBy": [
19 "/resolve-options",
20 "/vinyl-fs"
21 ],
22 "_resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz",
23 "_shasum": "1c243a50b595c1be54a754bfece8563b9ff8d813",
24 "_spec": "value-or-function@^3.0.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl-fs",
26 "author": {
27 "name": "Gulp Team",
28 "email": "team@gulpjs.com",
29 "url": "http://gulpjs.com/"
30 },
31 "bugs": {
32 "url": "https://github.com/gulpjs/value-or-function/issues"
33 },
34 "bundleDependencies": false,
35 "contributors": [
36 {
37 "name": "Blaine Bublitz",
38 "email": "blaine.bublitz@gmail.com"
39 },
40 {
41 "name": "Hugo Wood",
42 "email": "hx4.5@free.fr"
43 }
44 ],
45 "dependencies": {},
46 "deprecated": false,
47 "description": "Normalize a value or function, applying extra args to the function",
48 "devDependencies": {
49 "eslint": "^1.10.3",
50 "eslint-config-gulp": "^2.0.0",
51 "expect": "^1.16.0",
52 "istanbul": "^0.4.3",
53 "istanbul-coveralls": "^1.0.3",
54 "jscs": "^2.3.5",
55 "jscs-preset-gulp": "^1.0.0",
56 "mocha": "^2.4.5"
57 },
58 "engines": {
59 "node": ">= 0.10"
60 },
61 "files": [
62 "index.js"
63 ],
64 "homepage": "https://github.com/gulpjs/value-or-function#readme",
65 "keywords": [
66 "options",
67 "normalize",
68 "value",
69 "function"
70 ],
71 "license": "MIT",
72 "main": "index.js",
73 "name": "value-or-function",
74 "repository": {
75 "type": "git",
76 "url": "git+https://github.com/gulpjs/value-or-function.git"
77 },
78 "scripts": {
79 "cover": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly",
80 "coveralls": "npm run cover && istanbul-coveralls",
81 "lint": "eslint . && jscs index.js test/",
82 "pretest": "npm run lint",
83 "test": "mocha --async-only"
84 },
85 "version": "3.0.0"
86}