package.json 666 B

123456789101112131415161718192021
  1. {
  2. "name": "indexes-of",
  3. "description": "line String/Array#indexOf but return all the indexes in an array",
  4. "version": "1.0.1",
  5. "homepage": "https://github.com/dominictarr/indexes-of",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/dominictarr/indexes-of.git"
  9. },
  10. "scripts": {
  11. "test": "node test.js"
  12. },
  13. "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
  14. "license": "MIT",
  15. "devDependencies": {
  16. "tape": "~2.1.0"
  17. },
  18. "__npminstall_done": "Thu Dec 24 2020 20:20:50 GMT+0800 (CST)",
  19. "_from": "indexes-of@1.0.1",
  20. "_resolved": "https://registry.npm.taobao.org/indexes-of/download/indexes-of-1.0.1.tgz"
  21. }