package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "ignore-walk@3.0.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ignore-walk@3.0.3",
  10. "_id": "ignore-walk@3.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==",
  13. "_location": "/ignore-walk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ignore-walk@3.0.3",
  19. "name": "ignore-walk",
  20. "escapedName": "ignore-walk",
  21. "rawSpec": "3.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.3"
  24. },
  25. "_requiredBy": [
  26. "/npm-packlist"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz",
  29. "_spec": "3.0.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/ignore-walk/issues"
  38. },
  39. "dependencies": {
  40. "minimatch": "^3.0.4"
  41. },
  42. "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
  43. "devDependencies": {
  44. "mkdirp": "^0.5.1",
  45. "mutate-fs": "^1.1.0",
  46. "rimraf": "^2.6.1",
  47. "tap": "^14.6.9"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/isaacs/ignore-walk#readme",
  53. "keywords": [
  54. "ignorefile",
  55. "ignore",
  56. "file",
  57. ".gitignore",
  58. ".npmignore",
  59. "glob"
  60. ],
  61. "license": "ISC",
  62. "main": "index.js",
  63. "name": "ignore-walk",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/isaacs/ignore-walk.git"
  67. },
  68. "scripts": {
  69. "postpublish": "git push origin --all; git push origin --tags",
  70. "postversion": "npm publish",
  71. "preversion": "npm test",
  72. "test": "tap"
  73. },
  74. "tap": {
  75. "jobs": 1
  76. },
  77. "version": "3.0.3"
  78. }