package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "globule@1.2.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "globule@1.2.1",
  9. "_id": "globule@1.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ==",
  12. "_location": "/globule",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "globule@1.2.1",
  19. "name": "globule",
  20. "escapedName": "globule",
  21. "rawSpec": "1.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.1"
  24. },
  25. "_requiredBy": [
  26. "/gaze"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/globule/-/globule-1.2.1.tgz",
  29. "_spec": "1.2.1",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "\"Cowboy\" Ben Alman",
  33. "url": "http://benalman.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/cowboy/node-globule/issues"
  37. },
  38. "dependencies": {
  39. "glob": "~7.1.1",
  40. "lodash": "~4.17.10",
  41. "minimatch": "~3.0.2"
  42. },
  43. "description": "An easy-to-use wildcard globbing library.",
  44. "devDependencies": {
  45. "grunt": "^1.0.2",
  46. "grunt-contrib-jshint": "^1.0.0",
  47. "grunt-contrib-nodeunit": "^2.0.0",
  48. "grunt-contrib-watch": "^1.1.0"
  49. },
  50. "engines": {
  51. "node": ">= 0.10"
  52. },
  53. "files": [
  54. "lib"
  55. ],
  56. "homepage": "https://github.com/cowboy/node-globule",
  57. "keywords": [
  58. "glob",
  59. "file",
  60. "match",
  61. "mapping",
  62. "expand",
  63. "wildcard",
  64. "pattern",
  65. "sync",
  66. "awesome"
  67. ],
  68. "license": "MIT",
  69. "main": "lib/globule",
  70. "name": "globule",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/cowboy/node-globule.git"
  74. },
  75. "scripts": {
  76. "test": "grunt"
  77. },
  78. "version": "1.2.1"
  79. }