Al-HUWAITI Shell
Al-huwaiti


Server : nginx/1.18.0
System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64
User : www-data ( 33)
PHP Version : 8.0.16
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /var/www/ecommerce/node_modules/collect.js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/ecommerce/node_modules/collect.js/package.json
{
  "name": "collect.js",
  "version": "4.29.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",
    "pretest": "npm run transpile",
    "test": "mocha test/tests.js",
    "transpile": "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:js && npm run eslint:md",
    "eslint:js": "eslint src/ test/ --fix",
    "eslint:md": "eslint --fix --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",
    "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"
  }
}

Al-HUWAITI Shell