1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "buffer@5.7.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "buffer@5.7.1",
|
---|
10 | "_id": "buffer@5.7.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
---|
13 | "_location": "/buffer",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "buffer@5.7.1",
|
---|
19 | "name": "buffer",
|
---|
20 | "escapedName": "buffer",
|
---|
21 | "rawSpec": "5.7.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "5.7.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/bl"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
---|
29 | "_spec": "5.7.1",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Feross Aboukhadijeh",
|
---|
33 | "email": "feross@feross.org",
|
---|
34 | "url": "https://feross.org"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/feross/buffer/issues"
|
---|
38 | },
|
---|
39 | "contributors": [
|
---|
40 | {
|
---|
41 | "name": "Romain Beauxis",
|
---|
42 | "email": "toots@rastageeks.org"
|
---|
43 | },
|
---|
44 | {
|
---|
45 | "name": "James Halliday",
|
---|
46 | "email": "mail@substack.net"
|
---|
47 | }
|
---|
48 | ],
|
---|
49 | "dependencies": {
|
---|
50 | "base64-js": "^1.3.1",
|
---|
51 | "ieee754": "^1.1.13"
|
---|
52 | },
|
---|
53 | "description": "Node.js Buffer API, for the browser",
|
---|
54 | "devDependencies": {
|
---|
55 | "airtap": "^3.0.0",
|
---|
56 | "benchmark": "^2.1.4",
|
---|
57 | "browserify": "^17.0.0",
|
---|
58 | "concat-stream": "^2.0.0",
|
---|
59 | "hyperquest": "^2.1.3",
|
---|
60 | "is-buffer": "^2.0.4",
|
---|
61 | "is-nan": "^1.3.0",
|
---|
62 | "split": "^1.0.1",
|
---|
63 | "standard": "*",
|
---|
64 | "tape": "^5.0.1",
|
---|
65 | "through2": "^4.0.2",
|
---|
66 | "uglify-js": "^3.11.3"
|
---|
67 | },
|
---|
68 | "funding": [
|
---|
69 | {
|
---|
70 | "type": "github",
|
---|
71 | "url": "https://github.com/sponsors/feross"
|
---|
72 | },
|
---|
73 | {
|
---|
74 | "type": "patreon",
|
---|
75 | "url": "https://www.patreon.com/feross"
|
---|
76 | },
|
---|
77 | {
|
---|
78 | "type": "consulting",
|
---|
79 | "url": "https://feross.org/support"
|
---|
80 | }
|
---|
81 | ],
|
---|
82 | "homepage": "https://github.com/feross/buffer",
|
---|
83 | "jspm": {
|
---|
84 | "map": {
|
---|
85 | "./index.js": {
|
---|
86 | "node": "@node/buffer"
|
---|
87 | }
|
---|
88 | }
|
---|
89 | },
|
---|
90 | "keywords": [
|
---|
91 | "arraybuffer",
|
---|
92 | "browser",
|
---|
93 | "browserify",
|
---|
94 | "buffer",
|
---|
95 | "compatible",
|
---|
96 | "dataview",
|
---|
97 | "uint8array"
|
---|
98 | ],
|
---|
99 | "license": "MIT",
|
---|
100 | "main": "index.js",
|
---|
101 | "name": "buffer",
|
---|
102 | "repository": {
|
---|
103 | "type": "git",
|
---|
104 | "url": "git://github.com/feross/buffer.git"
|
---|
105 | },
|
---|
106 | "scripts": {
|
---|
107 | "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html",
|
---|
108 | "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js",
|
---|
109 | "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c",
|
---|
110 | "test": "standard && node ./bin/test.js",
|
---|
111 | "test-browser-es5": "airtap -- test/*.js",
|
---|
112 | "test-browser-es5-local": "airtap --local -- test/*.js",
|
---|
113 | "test-browser-es6": "airtap -- test/*.js test/node/*.js",
|
---|
114 | "test-browser-es6-local": "airtap --local -- test/*.js test/node/*.js",
|
---|
115 | "test-node": "tape test/*.js test/node/*.js",
|
---|
116 | "update-authors": "./bin/update-authors.sh"
|
---|
117 | },
|
---|
118 | "standard": {
|
---|
119 | "ignore": [
|
---|
120 | "test/node/**/*.js",
|
---|
121 | "test/common.js",
|
---|
122 | "test/_polyfill.js",
|
---|
123 | "perf/**/*.js"
|
---|
124 | ],
|
---|
125 | "globals": [
|
---|
126 | "SharedArrayBuffer"
|
---|
127 | ]
|
---|
128 | },
|
---|
129 | "types": "index.d.ts",
|
---|
130 | "version": "5.7.1"
|
---|
131 | }
|
---|