package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "array-find-index@^1.0.1",
  6. "scope": null,
  7. "escapedName": "array-find-index",
  8. "name": "array-find-index",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/currently-unhandled"
  14. ]
  15. ],
  16. "_from": "array-find-index@>=1.0.1 <2.0.0",
  17. "_id": "array-find-index@1.0.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/array-find-index",
  21. "_nodeVersion": "4.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/array-find-index-1.0.2.tgz_1475224789159_0.7274378235451877"
  25. },
  26. "_npmUser": {
  27. "name": "sindresorhus",
  28. "email": "sindresorhus@gmail.com"
  29. },
  30. "_npmVersion": "2.15.9",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "array-find-index@^1.0.1",
  34. "scope": null,
  35. "escapedName": "array-find-index",
  36. "name": "array-find-index",
  37. "rawSpec": "^1.0.1",
  38. "spec": ">=1.0.1 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/currently-unhandled"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
  45. "_shasum": "df010aa1287e164bbda6f9723b0a96a1ec4187a1",
  46. "_shrinkwrap": null,
  47. "_spec": "array-find-index@^1.0.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/currently-unhandled",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/array-find-index/issues"
  56. },
  57. "dependencies": {},
  58. "description": "ES2015 `Array#findIndex()` ponyfill",
  59. "devDependencies": {
  60. "ava": "*",
  61. "xo": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "df010aa1287e164bbda6f9723b0a96a1ec4187a1",
  66. "tarball": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "983f4c827ad22fa0353182b1ddcbfaecd4412859",
  75. "homepage": "https://github.com/sindresorhus/array-find-index#readme",
  76. "keywords": [
  77. "es2015",
  78. "ponyfill",
  79. "polyfill",
  80. "shim",
  81. "find",
  82. "index",
  83. "findindex",
  84. "array"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "sindresorhus",
  90. "email": "sindresorhus@gmail.com"
  91. }
  92. ],
  93. "name": "array-find-index",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/sindresorhus/array-find-index.git"
  99. },
  100. "scripts": {
  101. "test": "xo && ava"
  102. },
  103. "version": "1.0.2"
  104. }