package.json 1.7 KB

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