Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "collect.js@^4.12.8",
  3. "_id": "collect.js@4.18.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-x9aS42Dpyqk5McLVtOtlvLV4yi8BEPbZNAAQsduucC8nlsgdcDjh8fDEcRfyXOyY5UZMRj0LRCstRtSGrW9M0g==",
  6. "_location": "/collect.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "collect.js@^4.12.8",
  12. "name": "collect.js",
  13. "escapedName": "collect.js",
  14. "rawSpec": "^4.12.8",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.12.8"
  17. },
  18. "_requiredBy": [
  19. "/laravel-mix"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.18.1.tgz",
  22. "_shasum": "89c310c0ec3008d16e8493c0395728f918463e01",
  23. "_spec": "collect.js@^4.12.8",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  25. "author": {
  26. "name": "Daniel Eckermann",
  27. "email": "danieleckermann@gmail.com",
  28. "url": "http://danieleckermann.com"
  29. },
  30. "babel": {
  31. "presets": [
  32. "env"
  33. ]
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ecrmnn/collect.js/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "Convenient and dependency free wrapper for working with arrays and objects.",
  41. "devDependencies": {
  42. "babel-cli": "^6.24.1",
  43. "babel-core": "^6.25.0",
  44. "babel-preset-env": "^1.6.1",
  45. "benchmark": "^2.1.0",
  46. "chai": "^4.1.2",
  47. "eslint": "^4.19.1",
  48. "eslint-config-airbnb-base": "^13.2.0",
  49. "eslint-plugin-import": "^2.18.0",
  50. "eslint-plugin-markdown": "^1.0.0",
  51. "hoax.js": "^1.0.0",
  52. "mocha": "^3.5.2",
  53. "nyc": "^11.0.2",
  54. "uglify-js": "^3.2.2",
  55. "webpack": "^4.36.1",
  56. "webpack-cli": "^3.3.6"
  57. },
  58. "homepage": "https://github.com/ecrmnn/collect.js",
  59. "keywords": [
  60. "collections",
  61. "collection",
  62. "collect",
  63. "map",
  64. "filter",
  65. "group by",
  66. "reduce",
  67. "transform",
  68. "pluck",
  69. "pie",
  70. "mapWithKeys",
  71. "laravel",
  72. "whereIn",
  73. "values",
  74. "unique"
  75. ],
  76. "license": "MIT",
  77. "main": "dist/index.js",
  78. "name": "collect.js",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/ecrmnn/collect.js.git"
  82. },
  83. "scripts": {
  84. "all": "npm run build && npm test && npm run eslint",
  85. "build": "npm run transpile && npm run bundle && npm run uglify && npm run readme",
  86. "bundle": "webpack-cli dist/index.js --output build/collect.js --mode development --output-library collect",
  87. "coverage": "npm run transpile && nyc mocha test/tests.js",
  88. "docs:build": "vuepress build docs",
  89. "docs:dev": "vuepress dev docs",
  90. "eslint": "npm run eslint:js && npm run eslint:md",
  91. "eslint:js": "eslint src/ test/ --fix",
  92. "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",
  93. "prepublishOnly": "npm run all",
  94. "pretest": "npm run transpile",
  95. "readme": "node bundler/bundle.js",
  96. "reporter": "nyc report --reporter=html",
  97. "test": "mocha test/tests.js",
  98. "transpile": "babel src --quiet --out-dir dist",
  99. "uglify": "uglifyjs build/collect.js --compress --mangle --output build/collect.min.js"
  100. },
  101. "typings": "index.d.ts",
  102. "version": "4.18.1"
  103. }