mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
117 lines
2.9 KiB
JSON
117 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"resolve-options@^1.1.0",
|
|
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/vinyl-fs"
|
|
]
|
|
],
|
|
"_from": "resolve-options@>=1.1.0 <2.0.0",
|
|
"_id": "resolve-options@1.1.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/resolve-options",
|
|
"_nodeVersion": "0.10.48",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/resolve-options-1.1.0.tgz_1503109972338_0.7202406944707036"
|
|
},
|
|
"_npmUser": {
|
|
"email": "blaine.bublitz@gmail.com",
|
|
"name": "phated"
|
|
},
|
|
"_npmVersion": "2.15.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "resolve-options",
|
|
"raw": "resolve-options@^1.1.0",
|
|
"rawSpec": "^1.1.0",
|
|
"scope": null,
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/vinyl-fs"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz",
|
|
"_shasum": "32bb9e39c06d67338dc9378c0d6d6074566ad131",
|
|
"_shrinkwrap": null,
|
|
"_spec": "resolve-options@^1.1.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/resolve-options/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine.bublitz@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"value-or-function": "^3.0.0"
|
|
},
|
|
"description": "Resolve an options object based on configuration.",
|
|
"devDependencies": {
|
|
"eslint": "^1.10.3",
|
|
"eslint-config-gulp": "^2.0.0",
|
|
"expect": "^1.20.2",
|
|
"istanbul": "^0.4.3",
|
|
"istanbul-coveralls": "^1.0.3",
|
|
"jscs": "^2.4.0",
|
|
"jscs-preset-gulp": "^1.0.0",
|
|
"mocha": "^3.2.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "32bb9e39c06d67338dc9378c0d6d6074566ad131",
|
|
"tarball": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"index.js"
|
|
],
|
|
"gitHead": "0ef703616063c32751b66085732abfe5306d91a6",
|
|
"homepage": "https://github.com/gulpjs/resolve-options#readme",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"default",
|
|
"functions",
|
|
"opt",
|
|
"options",
|
|
"opts",
|
|
"resolver",
|
|
"type"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "phated",
|
|
"email": "blaine.bublitz@gmail.com"
|
|
}
|
|
],
|
|
"name": "resolve-options",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gulpjs/resolve-options.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover _mocha --report lcovonly",
|
|
"coveralls": "npm run cover && istanbul-coveralls",
|
|
"lint": "eslint index.js test/ && jscs index.js test/",
|
|
"pretest": "npm run lint",
|
|
"test": "mocha --async-only"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|