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 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "array-find-index@^1.0.1",
  3. "_id": "array-find-index@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
  6. "_location": "/array-find-index",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-find-index@^1.0.1",
  12. "name": "array-find-index",
  13. "escapedName": "array-find-index",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/currently-unhandled"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
  22. "_shasum": "df010aa1287e164bbda6f9723b0a96a1ec4187a1",
  23. "_spec": "array-find-index@^1.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\currently-unhandled",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/array-find-index/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "ES2015 `Array#findIndex()` ponyfill",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/array-find-index#readme",
  47. "keywords": [
  48. "es2015",
  49. "ponyfill",
  50. "polyfill",
  51. "shim",
  52. "find",
  53. "index",
  54. "findindex",
  55. "array"
  56. ],
  57. "license": "MIT",
  58. "name": "array-find-index",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sindresorhus/array-find-index.git"
  62. },
  63. "scripts": {
  64. "test": "xo && ava"
  65. },
  66. "version": "1.0.2"
  67. }