{ "_from": "collect.js@^4.28.5", "_id": "collect.js@4.31.3", "_inBundle": false, "_integrity": "sha512-pHXhGzo5qftTTlEj88MCRXN8YuhARhmEnCOmc7wzBlI+5fVVC5VZ9Z/Z5KEDuM90Fgwv025Fc2Gk4VpFKMrzQA==", "_location": "/collect.js", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "collect.js@^4.28.5", "name": "collect.js", "escapedName": "collect.js", "rawSpec": "^4.28.5", "saveSpec": null, "fetchSpec": "^4.28.5" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.31.3.tgz", "_shasum": "a13aec0b59051de93196e56e2da9ce36a8ee9a42", "_spec": "collect.js@^4.28.5", "_where": "C:\\laragon\\www\\idlers\\node_modules\\laravel-mix", "author": { "name": "Daniel Eckermann", "email": "danieleckermann@gmail.com", "url": "https://danieleckermann.com" }, "babel": { "presets": [ "env" ] }, "bugs": { "url": "https://github.com/ecrmnn/collect.js/issues" }, "bundleDependencies": false, "deprecated": false, "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 && npm run validate-version", "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:fix", "eslint:fix": "npm run eslint:js -- --fix && npm run eslint:md -- --fix", "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", "eslint:strict": "npm run eslint:js && npm run eslint:md", "prepublishOnly": "npm run all", "pretest": "npm run transpile", "readme": "node bundler/bundle.js", "reporter": "nyc report --reporter=html", "test": "mocha test/tests.js", "transpile": "rm -rf dist && babel src --quiet --out-dir dist", "validate-version": "" }, "typings": "index.d.ts", "version": "4.31.3" }