package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "glob@7.1.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "glob@7.1.2",
  9. "_id": "glob@7.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
  12. "_location": "/glob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "glob@7.1.2",
  18. "name": "glob",
  19. "escapedName": "glob",
  20. "rawSpec": "7.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "7.1.2"
  23. },
  24. "_requiredBy": [
  25. "/copy-webpack-plugin/globby",
  26. "/documentation",
  27. "/fileset",
  28. "/glob-stream",
  29. "/globby",
  30. "/globule",
  31. "/jasmine",
  32. "/karma",
  33. "/node-gyp",
  34. "/node-sass",
  35. "/protractor",
  36. "/protractor/webdriver-manager",
  37. "/read-package-json",
  38. "/rimraf",
  39. "/sass-graph",
  40. "/shelljs",
  41. "/true-case-path",
  42. "/tslint",
  43. "/webpack-dev-server/globby"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
  46. "_spec": "7.1.2",
  47. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  48. "author": {
  49. "name": "Isaac Z. Schlueter",
  50. "email": "i@izs.me",
  51. "url": "http://blog.izs.me/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/isaacs/node-glob/issues"
  55. },
  56. "dependencies": {
  57. "fs.realpath": "^1.0.0",
  58. "inflight": "^1.0.4",
  59. "inherits": "2",
  60. "minimatch": "^3.0.4",
  61. "once": "^1.3.0",
  62. "path-is-absolute": "^1.0.0"
  63. },
  64. "description": "a little globber",
  65. "devDependencies": {
  66. "mkdirp": "0",
  67. "rimraf": "^2.2.8",
  68. "tap": "^7.1.2",
  69. "tick": "0.0.6"
  70. },
  71. "engines": {
  72. "node": "*"
  73. },
  74. "files": [
  75. "glob.js",
  76. "sync.js",
  77. "common.js"
  78. ],
  79. "homepage": "https://github.com/isaacs/node-glob#readme",
  80. "license": "ISC",
  81. "main": "glob.js",
  82. "name": "glob",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/isaacs/node-glob.git"
  86. },
  87. "scripts": {
  88. "bench": "bash benchmark.sh",
  89. "benchclean": "node benchclean.js",
  90. "prepublish": "npm run benchclean",
  91. "prof": "bash prof.sh && cat profile.txt",
  92. "profclean": "rm -f v8.log profile.txt",
  93. "test": "tap test/*.js --cov",
  94. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  95. },
  96. "version": "7.1.2"
  97. }