{ "_args": [ [ "collect.js@^4.12.8", "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/laravel-mix" ] ], "_from": "collect.js@>=4.12.8 <5.0.0", "_hasShrinkwrap": false, "_id": "collect.js@4.18.9", "_inCache": true, "_installable": true, "_location": "/collect.js", "_nodeVersion": "8.10.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/collect.js_4.18.9_1574235914834_0.6030389881367024" }, "_npmUser": { "email": "danieleckermann@gmail.com", "name": "ecrmnn" }, "_npmVersion": "5.6.0", "_phantomChildren": {}, "_requested": { "name": "collect.js", "raw": "collect.js@^4.12.8", "rawSpec": "^4.12.8", "scope": null, "spec": ">=4.12.8 <5.0.0", "type": "range" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.18.9.tgz", "_shasum": "a4d3610232fadd2c0830ded711cb5f29011bc833", "_shrinkwrap": null, "_spec": "collect.js@^4.12.8", "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/laravel-mix", "author": { "email": "danieleckermann@gmail.com", "name": "Daniel Eckermann", "url": "https://danieleckermann.com" }, "babel": { "presets": [ "env" ] }, "bugs": { "url": "https://github.com/ecrmnn/collect.js/issues" }, "dependencies": {}, "description": "Convenient and dependency free wrapper for working with arrays and objects.", "devDependencies": { "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" }, "directories": {}, "dist": { "fileCount": 592, "integrity": "sha512-/ocqUYqJFIRZo9mmY6NkdV/VGJnheSKhQ2OQm8X8r9AbxPoShQtvzyYHRQ057XuB9U9rywBfwYEBhnlSq8uQxA==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1O8LCRA9TVsSAnZWagAA4bgP/0skTIxTgVcolQ/kVfYP\nwSJm6tthFzvFcFziY2z4uvlh+6eehgUesEorAjM2iexCfXiNK5H7fj7AVU5C\nGDO1dp4Xd2P1X0JrM0d7gAwNrHmVEIqgolUT2ndqeOub9p+YdR/ZLOd6lPRA\nmWxbA3A67l37Y8/VO4zyiKutwLaz28DPR1Vz9QhoKRVYy9NG2BRRNt7aKPOI\noG2R4aETM8NlH30qhzcga4et8kC5pTy8h+g+yOnbjIzoCViw0cEAxwE2Jpxp\nUnjKMhJwWNDEBwNHHE/8yhBVn4XuVEHV/RBaG1I4RXQzha2XYmGUwK4MJfmL\nojXBEGCgT2lRXdnzKp5cBtpwCzbTz2cmOXZdAsa1LE9gPquK6KD7IrLtnPqp\ngtLv28Ss/2zrYlMNxDX2OENvASTxqswRUnSFz9plFFaSP//eKDQALc+b52r3\nLF3crM0v0v1uog+6kwBk9nDergL8q2p4IX7z/eKeSnO0yWVmuQdISO2oxZh/\n+3YNENpfmYjOjrUpZieRaut/yhCW2LwmtYS6Oaf8X3HOwjCVMPFpWB2b8ZUZ\nrke8IWFM0UpUiRsAA56mBkof8TyAQgkBZ1dSReezhLk1k3qKNPS/HoXhmRBY\nn44ttqDfOQ+kpsMvLG9QK1ym4urVkUEL3e7Kqy5wN2Qg0wz9Nns7gio9rh3p\nQlK+\r\n=pP0s\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "a4d3610232fadd2c0830ded711cb5f29011bc833", "tarball": "https://registry.npmjs.org/collect.js/-/collect.js-4.18.9.tgz", "unpackedSize": 4081173 }, "gitHead": "a1c8b71b3c7f61a1911a198e191da3ae0713f9b0", "homepage": "https://github.com/ecrmnn/collect.js", "keywords": [ "collect", "collection", "collections", "filter", "group by", "laravel", "map", "mapWithKeys", "pie", "pluck", "reduce", "transform", "unique", "values", "whereIn" ], "license": "MIT", "main": "dist/index.js", "maintainers": [ { "name": "ecrmnn", "email": "danieleckermann@gmail.com" } ], "name": "collect.js", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "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.18.9" }