You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "arr-filter@^1.1.1",
  3. "_id": "arr-filter@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Q/3d0JHo7xGqTEXZzcGOLf8XEe4=",
  6. "_location": "/arr-filter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arr-filter@^1.1.1",
  12. "name": "arr-filter",
  13. "escapedName": "arr-filter",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/bach"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz",
  22. "_shasum": "43fdddd091e8ef11aa4c45d9cdc18e2dff1711ee",
  23. "_spec": "arr-filter@^1.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bach",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/arr-filter/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "make-iterator": "^1.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Faster alternative to javascript's native filter method.",
  38. "devDependencies": {
  39. "array-filter": "^1.0.0",
  40. "benchmarked": "^0.2.5",
  41. "chalk": "^1.1.3",
  42. "gulp-format-md": "^0.1.11",
  43. "micromatch": "^2.3.11",
  44. "minimist": "^1.2.0",
  45. "mocha": "^3.2.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/arr-filter",
  54. "keywords": [
  55. "arr",
  56. "array",
  57. "collection",
  58. "filter",
  59. "util"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "arr-filter",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jonschlinkert/arr-filter.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "verb": {
  72. "toc": false,
  73. "layout": "default",
  74. "tasks": [
  75. "readme"
  76. ],
  77. "plugins": [
  78. "gulp-format-md"
  79. ],
  80. "related": {
  81. "list": [
  82. "collection-map",
  83. "arr-map",
  84. "array-each"
  85. ]
  86. },
  87. "lint": {
  88. "reflinks": true
  89. }
  90. },
  91. "version": "1.1.2"
  92. }