You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  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\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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. }