Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
collect.js /
Delete
Unzip
Name
Size
Permission
Date
Action
build
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
bundler
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
dist
[ DIR ]
drwxr-xr-x
2022-04-21 14:31
docs
[ DIR ]
drwxr-xr-x
2022-04-21 14:31
src
[ DIR ]
drwxr-xr-x
2022-04-21 14:31
.eslintrc.js
397
B
-rw-r--r--
2022-04-21 14:25
.travis.yml
205
B
-rw-r--r--
2022-04-21 14:25
CHANGELOG.md
8.56
KB
-rw-r--r--
2022-04-21 14:25
CONTRIBUTING.md
547
B
-rw-r--r--
2022-04-21 14:25
LICENSE.md
1.05
KB
-rw-r--r--
2022-04-21 14:25
README.md
61.54
KB
-rw-r--r--
2022-04-21 14:25
collectjs.jpg
109.2
KB
-rw-r--r--
2022-04-21 14:25
index.d.ts
17.02
KB
-rw-r--r--
2022-04-21 14:25
package.json
2.68
KB
-rw-r--r--
2022-04-21 14:25
Save
Rename
{ "name": "collect.js", "version": "4.31.3", "description": "Convenient and dependency free wrapper for working with arrays and objects.", "main": "dist/index.js", "typings": "index.d.ts", "scripts": { "all": "npm run build && npm test && npm run eslint && npm run validate-version", "pretest": "npm run transpile", "test": "mocha test/tests.js", "transpile": "rm -rf dist && babel src --quiet --out-dir dist", "readme": "node bundler/bundle.js", "bundle.development": "webpack-cli dist/index.js --output build/collect.js --mode development --output-library collect", "bundle.production": "webpack-cli dist/index.js --output build/collect.min.js --mode production --output-library collect", "build": "npm run transpile && npm run bundle.development && npm run bundle.production && npm run readme", "eslint": "npm run eslint:fix", "eslint:fix": "npm run eslint:js -- --fix && npm run eslint:md -- --fix", "eslint:strict": "npm run eslint:js && npm run eslint:md", "eslint:js": "eslint src/ test/", "eslint:md": "eslint --ext md README.md docs/ --rule strict:off --rule no-undef:off --rule no-unused-vars:off --rule func-names:off --rule no-console:off --rule consistent-return:off --rule import/no-unresolved:off --rule import/extensions:off --parser-options sourceType:module", "coverage": "npm run transpile && nyc mocha test/tests.js", "reporter": "nyc report --reporter=html", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "validate-version": "", "prepublishOnly": "npm run all" }, "babel": { "presets": [ "env" ] }, "repository": { "type": "git", "url": "https://github.com/ecrmnn/collect.js" }, "keywords": [ "collections", "collection", "collect", "map", "filter", "group by", "reduce", "transform", "pluck", "pie", "mapWithKeys", "laravel", "whereIn", "values", "unique" ], "author": { "name": "Daniel Eckermann", "email": "danieleckermann@gmail.com", "url": "https://danieleckermann.com" }, "license": "MIT", "bugs": { "url": "https://github.com/ecrmnn/collect.js/issues" }, "homepage": "https://github.com/ecrmnn/collect.js", "devDependencies": { "@babel/polyfill": "^7.8.3", "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-preset-env": "^1.6.1", "benchmark": "^2.1.0", "chai": "^4.1.2", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.18.0", "eslint-plugin-markdown": "^1.0.0", "hoax.js": "^1.0.0", "mocha": "^3.5.2", "nyc": "^11.0.2", "webpack": "^4.36.1", "webpack-cli": "^3.3.6" } }