Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
new2023.tbf.ro
/
node_modules
/
reusify
/
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 :
1023
B
Copy
{ "name": "reusify", "version": "1.0.4", "description": "Reuse objects and functions with style", "main": "reusify.js", "scripts": { "lint": "standard", "test": "tape test.js | faucet", "istanbul": "istanbul cover tape test.js", "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls" }, "pre-commit": [ "lint", "test" ], "repository": { "type": "git", "url": "git+https://github.com/mcollina/reusify.git" }, "keywords": [ "reuse", "object", "performance", "function", "fast" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "bugs": { "url": "https://github.com/mcollina/reusify/issues" }, "homepage": "https://github.com/mcollina/reusify#readme", "engines": { "node": ">=0.10.0", "iojs": ">=1.0.0" }, "devDependencies": { "coveralls": "^2.13.3", "faucet": "0.0.1", "istanbul": "^0.4.5", "pre-commit": "^1.2.2", "standard": "^10.0.3", "tape": "^4.8.0" } }
Back