Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/fs-monkey/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "fs-monkey", "version": "1.0.4", "description": "Monkey patches for file system related things.", "main": "lib/index.js", "license": "Unlicense", "keywords": [ "fs", "file", "file system", "monkey", "fsmonkey", "monkeyfs", "monkeypatch", "patch" ], "files": [ "lib", "!lib/__tests__", "docs" ], "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "https://github.com/streamich/fs-monkey.git" }, "scripts": { "build": "babel src --out-dir lib", "test": "jest" }, "dependencies": {}, "devDependencies": { "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^9.0.1", "@types/jest": "^28.1.4", "@types/node": "^8.10.66", "babel-jest": "^28.1.2", "jest": "^28.1.2", "semantic-release": "^19.0.3", "source-map-support": "^0.5.21" }, "release": { "verifyConditions": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git" ], "prepare": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git" ] }, "jest": { "collectCoverageFrom": [ "src/**/*.js" ], "transform": { "^.+\\.jsx?$": "babel-jest" }, "testRegex": ".*(__tests__/|/test/unit/).*(test|spec)\\.(t|j)sx?$" } }