暫無描述

package.json 598B

12345678910111213141516171819202122232425
  1. {
  2. "name": "find-index",
  3. "version": "0.1.1",
  4. "description": "finds an item in an array matching a predicate function, and returns its index",
  5. "main": "index.js",
  6. "keywords": [
  7. "array",
  8. "findindex"
  9. ],
  10. "files": [
  11. "index.js",
  12. "last.js"
  13. ],
  14. "scripts": {
  15. "test": "node test/test"
  16. },
  17. "homepage": "https://github.com/jsdf/find-index",
  18. "bugs": "https://github.com/jsdf/find-index/issues",
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/jsdf/find-index.git"
  22. },
  23. "author": "James Friend <james@jsdf.co> (http://jsdf.co/)",
  24. "license": "MIT"
  25. }