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