package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "fs-access@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fs-access@1.0.1",
  10. "_id": "fs-access@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=",
  13. "_location": "/fs-access",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fs-access@1.0.1",
  19. "name": "fs-access",
  20. "escapedName": "fs-access",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/karma-chrome-launcher"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/fs-access/issues"
  38. },
  39. "dependencies": {
  40. "null-check": "^1.0.0"
  41. },
  42. "description": "Node.js 0.12 fs.access() & fs.accessSync() ponyfill",
  43. "devDependencies": {
  44. "os-tmpdir": "^1.0.0"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/fs-access#readme",
  53. "keywords": [
  54. "built-in",
  55. "core",
  56. "ponyfill",
  57. "polyfill",
  58. "shim",
  59. "fs",
  60. "access",
  61. "stat",
  62. "mode",
  63. "permission",
  64. "user",
  65. "process",
  66. "check"
  67. ],
  68. "license": "MIT",
  69. "name": "fs-access",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/fs-access.git"
  73. },
  74. "scripts": {
  75. "test": "node test.js"
  76. },
  77. "version": "1.0.1"
  78. }