package.json 2.0 KB

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