{ "_from": "collect.js@^4.12.8", "_id": "collect.js@4.27.3", "_inBundle": false, "_integrity": "sha512-2nmoyhUJbhjVVE0W9W0cSBeg8/PL3ObGe1ijj9WDlLG3RrpvePsBZd6p3uTm1dTAUKJVd3qT8mnH6iXCdENEHQ==", "_location": "/collect.js", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "collect.js@^4.12.8", "name": "collect.js", "escapedName": "collect.js", "rawSpec": "^4.12.8", "saveSpec": null, "fetchSpec": "^4.12.8" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.27.3.tgz", "_shasum": "e81efff5c4c92a713f83ecef6648cdaded03ed34", "_spec": "collect.js@^4.12.8", "_where": "/home/herrhase/Workspace/tentakelfabrik/board/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", "uglify-js": "^3.2.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 && npm run uglify && npm run readme", "bundle": "webpack-cli dist/index.js --output build/collect.js --mode development --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", "uglify": "uglifyjs build/collect.js --compress --mangle --output build/collect.min.js" }, "typings": "index.d.ts", "version": "4.27.3" }