package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "clone-stats@^0.0.1",
  6. "scope": null,
  7. "escapedName": "clone-stats",
  8. "name": "clone-stats",
  9. "rawSpec": "^0.0.1",
  10. "spec": ">=0.0.1 <0.0.2",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/vinyl"
  14. ]
  15. ],
  16. "_from": "clone-stats@>=0.0.1 <0.0.2",
  17. "_id": "clone-stats@0.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/clone-stats",
  21. "_npmUser": {
  22. "name": "hughsk",
  23. "email": "hughskennedy@gmail.com"
  24. },
  25. "_npmVersion": "1.3.22",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "clone-stats@^0.0.1",
  29. "scope": null,
  30. "escapedName": "clone-stats",
  31. "name": "clone-stats",
  32. "rawSpec": "^0.0.1",
  33. "spec": ">=0.0.1 <0.0.2",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp-clone/vinyl",
  38. "/gulp-copy/vinyl",
  39. "/gulp-watch/vinyl",
  40. "/vinyl",
  41. "/vinyl-file/vinyl",
  42. "/vinyl-fs/vinyl"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
  45. "_shasum": "b88f94a82cf38b8791d58046ea4029ad88ca99d1",
  46. "_shrinkwrap": null,
  47. "_spec": "clone-stats@^0.0.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/vinyl",
  49. "author": {
  50. "name": "Hugh Kennedy",
  51. "email": "hughskennedy@gmail.com",
  52. "url": "http://hughsk.io/"
  53. },
  54. "browser": "index.js",
  55. "bugs": {
  56. "url": "https://github.com/hughsk/clone-stats/issues"
  57. },
  58. "dependencies": {},
  59. "description": "Safely clone node's fs.Stats instances without losing their class methods",
  60. "devDependencies": {
  61. "tape": "~2.3.2"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "b88f94a82cf38b8791d58046ea4029ad88ca99d1",
  66. "tarball": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz"
  67. },
  68. "homepage": "https://github.com/hughsk/clone-stats",
  69. "keywords": [
  70. "stats",
  71. "fs",
  72. "clone",
  73. "copy",
  74. "prototype"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "hughsk",
  81. "email": "hughskennedy@gmail.com"
  82. }
  83. ],
  84. "name": "clone-stats",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/hughsk/clone-stats.git"
  90. },
  91. "scripts": {
  92. "test": "node test"
  93. },
  94. "version": "0.0.1"
  95. }