package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "find-index@^0.1.1",
  3. "_id": "find-index@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=",
  6. "_location": "/find-index",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "find-index@^0.1.1",
  12. "name": "find-index",
  13. "escapedName": "find-index",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/glob2base"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
  22. "_shasum": "675d358b2ca3892d795a1ab47232f8b6e2e0dde4",
  23. "_spec": "find-index@^0.1.1",
  24. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/glob2base",
  25. "author": {
  26. "name": "James Friend",
  27. "email": "james@jsdf.co",
  28. "url": "http://jsdf.co/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jsdf/find-index/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "finds an item in an array matching a predicate function, and returns its index",
  36. "files": [
  37. "index.js",
  38. "last.js"
  39. ],
  40. "homepage": "https://github.com/jsdf/find-index",
  41. "keywords": [
  42. "array",
  43. "findindex"
  44. ],
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "find-index",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/jsdf/find-index.git"
  51. },
  52. "scripts": {
  53. "test": "node test/test"
  54. },
  55. "version": "0.1.1"
  56. }