package.json 2.2 KB

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