source: trip-planner-front/node_modules/buffer-indexof/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: 406 bytes
Line 
1{
2 "name": "buffer-indexof",
3 "description": "find the index of a buffer in a buffer",
4 "version": "1.1.1",
5 "repository": {
6 "url": "git://github.com/soldair/node-buffer-indexof.git"
7 },
8 "main": "index.js",
9 "scripts": {
10 "test": "tape test/*.js"
11 },
12 "author": "Ryan Day",
13 "license": "MIT",
14 "dependencies": {},
15 "devDependencies": {
16 "chalk": "^1.1.3",
17 "tape": "~1.1.0"
18 }
19}
Note: See TracBrowser for help on using the repository browser.