package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "clone-stats@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "clone-stats@1.0.0",
  9. "_id": "clone-stats@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=",
  12. "_location": "/clone-stats",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "clone-stats@1.0.0",
  18. "name": "clone-stats",
  19. "escapedName": "clone-stats",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/vinyl"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Hugh Kennedy",
  32. "email": "hughskennedy@gmail.com",
  33. "url": "http://hughsk.io/"
  34. },
  35. "browser": "index.js",
  36. "bugs": {
  37. "url": "https://github.com/hughsk/clone-stats/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Safely clone node's fs.Stats instances without losing their class methods",
  41. "devDependencies": {
  42. "tape": "~2.3.2"
  43. },
  44. "homepage": "https://github.com/hughsk/clone-stats",
  45. "keywords": [
  46. "stats",
  47. "fs",
  48. "clone",
  49. "copy",
  50. "prototype"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "clone-stats",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/hughsk/clone-stats.git"
  58. },
  59. "scripts": {
  60. "test": "node test"
  61. },
  62. "version": "1.0.0"
  63. }