| Server IP : 146.190.157.162 / Your IP : 216.73.217.6 Web Server : Apache System : Linux ubuntu-s-2vcpu-4gb-amd-sfo3-01-KIT-DIGITAL 6.5.0-44-generic #44-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:10:09 UTC 2024 x86_64 User : businessweek ( 639) PHP Version : 8.2.10-2ubuntu2.2 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_signal,pcntl_signal_dispatch,pcntl_getpriority,pcntl_setpriority,dl,putenv,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/node_modules/pirates/ |
Upload File : |
{
"name": "pirates",
"version": "4.0.5",
"description": "Properly hijack require",
"main": "lib/index.js",
"types": "index.d.ts",
"scripts": {
"clean": "rimraf lib",
"build": "babel src -d lib",
"test": "cross-env BABEL_ENV=test yarn run build && nyc ava",
"lint": "eslint --report-unused-disable-directives .",
"prepublishOnly": "yarn run build"
},
"files": [
"lib",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/danez/pirates.git"
},
"engines": {
"node": ">= 6"
},
"author": {
"name": "Ari Porad",
"email": "ari@ariporad.com",
"url": "http://ariporad.com"
},
"devDependencies": {
"@babel/cli": "7.16.7",
"@babel/core": "7.16.7",
"@babel/preset-env": "7.16.7",
"ava": "1.4.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-plugin-istanbul": "5.2.0",
"cross-env": "5.2.1",
"decache": "4.6.1",
"eslint": "5.16.0",
"eslint-config-prettier": "4.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "3.4.1",
"mock-require": "3.0.3",
"nyc": "13.3.0",
"prettier": "1.19.1",
"rewire": "4.0.1",
"rimraf": "3.0.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/danez/pirates/issues"
},
"homepage": "https://github.com/danez/pirates#readme",
"ava": {
"files": [
"test/*.js"
],
"sources": [
"lib/**/*.js"
]
},
"nyc": {
"include": [
"src/*.js"
],
"reporter": [
"json",
"text"
],
"sourceMap": false,
"instrument": false
}
}