package.json 1.5 KB

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