package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "fs.realpath@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "fs.realpath@1.0.0",
  9. "_id": "fs.realpath@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
  12. "_location": "/fs.realpath",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fs.realpath@1.0.0",
  18. "name": "fs.realpath",
  19. "escapedName": "fs.realpath",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular/glob",
  26. "/@angular/cli/glob",
  27. "/cacache/glob",
  28. "/glob",
  29. "/istanbul-lib-source-maps/glob",
  30. "/make-fetch-happen/glob",
  31. "/pacote/glob",
  32. "/stylus/glob",
  33. "/uglifyjs-webpack-plugin/glob",
  34. "/webpack-dev-server/rimraf/glob",
  35. "/webpack/glob"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  38. "_spec": "1.0.0",
  39. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  40. "author": {
  41. "name": "Isaac Z. Schlueter",
  42. "email": "i@izs.me",
  43. "url": "http://blog.izs.me/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/isaacs/fs.realpath/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
  50. "devDependencies": {},
  51. "files": [
  52. "old.js",
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/isaacs/fs.realpath#readme",
  56. "keywords": [
  57. "realpath",
  58. "fs",
  59. "polyfill"
  60. ],
  61. "license": "ISC",
  62. "main": "index.js",
  63. "name": "fs.realpath",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/isaacs/fs.realpath.git"
  67. },
  68. "scripts": {
  69. "test": "tap test/*.js --cov"
  70. },
  71. "version": "1.0.0"
  72. }