source: trip-planner-front/node_modules/obuf/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "obuf@1.1.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "obuf@1.1.2",
10 "_id": "obuf@1.1.2",
11 "_inBundle": false,
12 "_integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
13 "_location": "/obuf",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "obuf@1.1.2",
19 "name": "obuf",
20 "escapedName": "obuf",
21 "rawSpec": "1.1.2",
22 "saveSpec": null,
23 "fetchSpec": "1.1.2"
24 },
25 "_requiredBy": [
26 "/hpack.js",
27 "/spdy-transport"
28 ],
29 "_resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
30 "_spec": "1.1.2",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Fedor Indutny",
34 "email": "fedor@indutny.com"
35 },
36 "bugs": {
37 "url": "https://github.com/indutny/offset-buffer/issues"
38 },
39 "description": "Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.",
40 "devDependencies": {
41 "mocha": "^1.21.4"
42 },
43 "homepage": "https://github.com/indutny/offset-buffer",
44 "keywords": [
45 "Offset",
46 "Buffer",
47 "reader"
48 ],
49 "license": "MIT",
50 "main": "index.js",
51 "name": "obuf",
52 "repository": {
53 "type": "git",
54 "url": "git+ssh://git@github.com/indutny/offset-buffer.git"
55 },
56 "scripts": {
57 "test": "mocha test/**/*-test.js"
58 },
59 "version": "1.1.2"
60}
Note: See TracBrowser for help on using the repository browser.