You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "clone-stats@^1.0.0",
  3. "_id": "clone-stats@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=",
  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.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz",
  22. "_shasum": "b3782dff8bb5474e18b9b6bf0fdfe782f8777680",
  23. "_spec": "clone-stats@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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. }