package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "readdir-scoped-modules@1.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "readdir-scoped-modules@1.1.0",
  10. "_id": "readdir-scoped-modules@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==",
  13. "_location": "/readdir-scoped-modules",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "readdir-scoped-modules@1.1.0",
  19. "name": "readdir-scoped-modules",
  20. "escapedName": "readdir-scoped-modules",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/read-package-tree"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz",
  29. "_spec": "1.1.0",
  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/npm/readdir-scoped-modules/issues"
  38. },
  39. "dependencies": {
  40. "debuglog": "^1.0.1",
  41. "dezalgo": "^1.0.0",
  42. "graceful-fs": "^4.1.2",
  43. "once": "^1.3.0"
  44. },
  45. "description": "Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.",
  46. "devDependencies": {
  47. "tap": "^1.2.0"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "files": [
  53. "readdir.js"
  54. ],
  55. "homepage": "https://github.com/npm/readdir-scoped-modules",
  56. "license": "ISC",
  57. "main": "readdir.js",
  58. "name": "readdir-scoped-modules",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/npm/readdir-scoped-modules.git"
  62. },
  63. "scripts": {
  64. "test": "tap test/*.js"
  65. },
  66. "version": "1.1.0"
  67. }