package.json 2.2 KB

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