package.json 1.7 KB

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