source: trip-planner-front/node_modules/indexes-of/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 479 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.