123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_from": "collect.js@^4.12.8",
- "_id": "collect.js@4.18.1",
- "_inBundle": false,
- "_integrity": "sha512-x9aS42Dpyqk5McLVtOtlvLV4yi8BEPbZNAAQsduucC8nlsgdcDjh8fDEcRfyXOyY5UZMRj0LRCstRtSGrW9M0g==",
- "_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.18.1.tgz",
- "_shasum": "89c310c0ec3008d16e8493c0395728f918463e01",
- "_spec": "collect.js@^4.12.8",
- "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
- "author": {
- "name": "Daniel Eckermann",
- "email": "danieleckermann@gmail.com",
- "url": "http://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-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.18.1"
- }
|