{ "name": "clone-stats", "description": "Safely clone node's fs.Stats instances without losing their class methods", "version": "1.0.0", "main": "index.js", "browser": "index.js", "dependencies": {}, "devDependencies": { "tape": "~2.3.2" }, "scripts": { "test": "node test" }, "author": "Hugh Kennedy (http://hughsk.io/)", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/hughsk/clone-stats" }, "bugs": { "url": "https://github.com/hughsk/clone-stats/issues" }, "homepage": "https://github.com/hughsk/clone-stats", "keywords": [ "stats", "fs", "clone", "copy", "prototype" ] ,"_resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz" ,"_integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==" ,"_from": "clone-stats@^1.0.0" }