Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
new2023.tbf.ro
/
node_modules
/
pirates
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
package.json
| Size :
1.65
KB
Copy
{ "name": "pirates", "description": "Properly hijack require, i.e., properly define require hooks and customizations", "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.21.0", "@babel/core": "7.21.4", "@babel/preset-env": "7.21.4", "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.27.5", "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 }, "version": "4.0.6" }
Back