package.json 2.7 KB

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