package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "find-index@^0.1.1",
  6. "scope": null,
  7. "escapedName": "find-index",
  8. "name": "find-index",
  9. "rawSpec": "^0.1.1",
  10. "spec": ">=0.1.1 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/glob2base"
  14. ]
  15. ],
  16. "_from": "find-index@>=0.1.1 <0.2.0",
  17. "_id": "find-index@0.1.1",
  18. "_inCache": true,
  19. "_location": "/find-index",
  20. "_npmUser": {
  21. "name": "jsdf",
  22. "email": "james@jsdf.co"
  23. },
  24. "_npmVersion": "1.4.3",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "find-index@^0.1.1",
  28. "scope": null,
  29. "escapedName": "find-index",
  30. "name": "find-index",
  31. "rawSpec": "^0.1.1",
  32. "spec": ">=0.1.1 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/glob2base"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
  39. "_shasum": "675d358b2ca3892d795a1ab47232f8b6e2e0dde4",
  40. "_shrinkwrap": null,
  41. "_spec": "find-index@^0.1.1",
  42. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/glob2base",
  43. "author": {
  44. "name": "James Friend",
  45. "email": "james@jsdf.co",
  46. "url": "http://jsdf.co/"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jsdf/find-index/issues"
  50. },
  51. "dependencies": {},
  52. "description": "finds an item in an array matching a predicate function, and returns its index",
  53. "devDependencies": {},
  54. "directories": {},
  55. "dist": {
  56. "shasum": "675d358b2ca3892d795a1ab47232f8b6e2e0dde4",
  57. "tarball": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz"
  58. },
  59. "files": [
  60. "index.js",
  61. "last.js"
  62. ],
  63. "homepage": "https://github.com/jsdf/find-index",
  64. "keywords": [
  65. "array",
  66. "findindex"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "maintainers": [
  71. {
  72. "name": "jsdf",
  73. "email": "james@jsdf.co"
  74. }
  75. ],
  76. "name": "find-index",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/jsdf/find-index.git"
  82. },
  83. "scripts": {
  84. "test": "node test/test"
  85. },
  86. "version": "0.1.1"
  87. }