![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/collect.js/ |
{ "_args": [ [ "[email protected]", "/home/corals/clinic.corals.io" ] ], "_development": true, "_from": "[email protected]", "_id": "[email protected]", "_inBundle": false, "_integrity": "sha512-NAyuk1DnCotRaDZIS5kJ4sptgkwOeYqElird10yziN5JBuwYOGkOTguhNcPn5g344IfylZecxNYZAVXgv19p5Q==", "_location": "/collect.js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "[email protected]", "name": "collect.js", "escapedName": "collect.js", "rawSpec": "4.28.6", "saveSpec": null, "fetchSpec": "4.28.6" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.28.6.tgz", "_spec": "4.28.6", "_where": "/home/corals/clinic.corals.io", "author": { "name": "Daniel Eckermann", "email": "[email protected]", "url": "https://danieleckermann.com" }, "babel": { "presets": [ "env" ] }, "bugs": { "url": "https://github.com/ecrmnn/collect.js/issues" }, "description": "Convenient and dependency free wrapper for working with arrays and objects.", "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" }, "homepage": "https://github.com/ecrmnn/collect.js", "keywords": [ "collections", "collection", "collect", "map", "filter", "group by", "reduce", "transform", "pluck", "pie", "mapWithKeys", "laravel", "whereIn", "values", "unique" ], "license": "MIT", "main": "dist/index.js", "name": "collect.js", "repository": { "type": "git", "url": "git+https://github.com/ecrmnn/collect.js.git" }, "scripts": { "all": "npm run build && npm test && npm run eslint", "build": "npm run transpile && npm run bundle.development && npm run bundle.production && npm run readme", "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", "coverage": "npm run transpile && nyc mocha test/tests.js", "docs:build": "vuepress build docs", "docs:dev": "vuepress dev docs", "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", "prepublishOnly": "npm run all", "pretest": "npm run transpile", "readme": "node bundler/bundle.js", "reporter": "nyc report --reporter=html", "test": "mocha test/tests.js", "transpile": "babel src --quiet --out-dir dist" }, "typings": "index.d.ts", "version": "4.28.6" }