package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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. "_location": "/clone-stats",
  20. "_npmUser": {
  21. "name": "hughsk",
  22. "email": "hughskennedy@gmail.com"
  23. },
  24. "_npmVersion": "1.3.22",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "clone-stats@^0.0.1",
  28. "scope": null,
  29. "escapedName": "clone-stats",
  30. "name": "clone-stats",
  31. "rawSpec": "^0.0.1",
  32. "spec": ">=0.0.1 <0.0.2",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/gulp-jsmin/vinyl",
  37. "/gulp-watch/vinyl",
  38. "/vinyl",
  39. "/vinyl-file/vinyl",
  40. "/vinyl-fs/vinyl"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
  43. "_shasum": "b88f94a82cf38b8791d58046ea4029ad88ca99d1",
  44. "_shrinkwrap": null,
  45. "_spec": "clone-stats@^0.0.1",
  46. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/vinyl",
  47. "author": {
  48. "name": "Hugh Kennedy",
  49. "email": "hughskennedy@gmail.com",
  50. "url": "http://hughsk.io/"
  51. },
  52. "browser": "index.js",
  53. "bugs": {
  54. "url": "https://github.com/hughsk/clone-stats/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Safely clone node's fs.Stats instances without losing their class methods",
  58. "devDependencies": {
  59. "tape": "~2.3.2"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "b88f94a82cf38b8791d58046ea4029ad88ca99d1",
  64. "tarball": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz"
  65. },
  66. "homepage": "https://github.com/hughsk/clone-stats",
  67. "keywords": [
  68. "stats",
  69. "fs",
  70. "clone",
  71. "copy",
  72. "prototype"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "maintainers": [
  77. {
  78. "name": "hughsk",
  79. "email": "hughskennedy@gmail.com"
  80. }
  81. ],
  82. "name": "clone-stats",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/hughsk/clone-stats.git"
  88. },
  89. "scripts": {
  90. "test": "node test"
  91. },
  92. "version": "0.0.1"
  93. }