{ "_from": "hexo-fs@^3.1.0", "_id": "hexo-fs@3.1.0", "_inBundle": false, "_integrity": "sha512-SfoDH7zlU9Iop+bAfEONXezbNIkpVX1QqjNCBYpapilZR+xVOCfTEdlNixanrKBbLGPb2fXqrdDBFgrKuiVGQQ==", "_location": "/hexo-fs", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "hexo-fs@^3.1.0", "name": "hexo-fs", "escapedName": "hexo-fs", "rawSpec": "^3.1.0", "saveSpec": null, "fetchSpec": "^3.1.0" }, "_requiredBy": [ "/hexo", "/hexo/hexo-cli" ], "_resolved": "https://registry.npmmirror.com/hexo-fs/-/hexo-fs-3.1.0.tgz", "_shasum": "2052ff72c68cda2c577a87aa0ea7980ae503fa99", "_spec": "hexo-fs@^3.1.0", "_where": "/var/www/AfterAales/node_modules/hexo", "author": { "name": "Tommy Chen", "email": "tommy351@gmail.com", "url": "http://zespia.tw" }, "bugs": { "url": "https://github.com/hexojs/hexo-fs/issues" }, "bundleDependencies": false, "dependencies": { "bluebird": "^3.5.1", "chokidar": "^3.0.0", "graceful-fs": "^4.1.11", "hexo-util": "^2.0.0" }, "deprecated": false, "description": "File system module for Hexo.", "devDependencies": { "chai": "^4.1.2", "eslint": "^7.0.0", "eslint-config-hexo": "^4.1.0", "mocha": "^7.0.0", "nyc": "^15.0.0" }, "directories": { "lib": "./lib" }, "engines": { "node": ">=10.13.0" }, "files": [ "lib/fs.js" ], "homepage": "https://hexo.io/", "keywords": [ "file", "file system", "fs", "hexo" ], "license": "MIT", "main": "lib/fs.js", "maintainers": [ { "name": "Abner Chou", "email": "hi@abnerchou.me", "url": "http://abnerchou.me" } ], "name": "hexo-fs", "repository": { "type": "git", "url": "git+https://github.com/hexojs/hexo-fs.git" }, "scripts": { "eslint": "eslint .", "test": "mocha test/index.js", "test-cov": "nyc npm run test" }, "version": "3.1.0" }