source: trip-planner-front/node_modules/buffer-indexof/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "_args": [
3 [
4 "buffer-indexof@1.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "buffer-indexof@1.1.1",
10 "_id": "buffer-indexof@1.1.1",
11 "_inBundle": false,
12 "_integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==",
13 "_location": "/buffer-indexof",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "buffer-indexof@1.1.1",
19 "name": "buffer-indexof",
20 "escapedName": "buffer-indexof",
21 "rawSpec": "1.1.1",
22 "saveSpec": null,
23 "fetchSpec": "1.1.1"
24 },
25 "_requiredBy": [
26 "/dns-txt"
27 ],
28 "_resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
29 "_spec": "1.1.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Ryan Day"
33 },
34 "bugs": {
35 "url": "https://github.com/soldair/node-buffer-indexof/issues"
36 },
37 "dependencies": {},
38 "description": "find the index of a buffer in a buffer",
39 "devDependencies": {
40 "chalk": "^1.1.3",
41 "tape": "~1.1.0"
42 },
43 "homepage": "https://github.com/soldair/node-buffer-indexof#readme",
44 "license": "MIT",
45 "main": "index.js",
46 "name": "buffer-indexof",
47 "repository": {
48 "url": "git://github.com/soldair/node-buffer-indexof.git"
49 },
50 "scripts": {
51 "test": "tape test/*.js"
52 },
53 "version": "1.1.1"
54}
Note: See TracBrowser for help on using the repository browser.