package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "clone-stats@^1.0.0",
  3. "_id": "clone-stats@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==",
  6. "_location": "/clone-stats",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "clone-stats@^1.0.0",
  12. "name": "clone-stats",
  13. "escapedName": "clone-stats",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/vinyl"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/clone-stats/-/clone-stats-1.0.0.tgz",
  22. "_shasum": "b3782dff8bb5474e18b9b6bf0fdfe782f8777680",
  23. "_spec": "clone-stats@^1.0.0",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/vinyl",
  25. "author": {
  26. "name": "Hugh Kennedy",
  27. "email": "hughskennedy@gmail.com",
  28. "url": "http://hughsk.io/"
  29. },
  30. "browser": "index.js",
  31. "bugs": {
  32. "url": "https://github.com/hughsk/clone-stats/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Safely clone node's fs.Stats instances without losing their class methods",
  38. "devDependencies": {
  39. "tape": "~2.3.2"
  40. },
  41. "homepage": "https://github.com/hughsk/clone-stats",
  42. "keywords": [
  43. "stats",
  44. "fs",
  45. "clone",
  46. "copy",
  47. "prototype"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "clone-stats",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/hughsk/clone-stats.git"
  55. },
  56. "scripts": {
  57. "test": "node test"
  58. },
  59. "version": "1.0.0"
  60. }