source: trip-planner-front/node_modules/@xtuc/long/package.json

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "@xtuc/long@4.2.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@xtuc/long@4.2.2",
10 "_id": "@xtuc/long@4.2.2",
11 "_inBundle": false,
12 "_integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
13 "_location": "/@xtuc/long",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@xtuc/long@4.2.2",
19 "name": "@xtuc/long",
20 "escapedName": "@xtuc%2flong",
21 "scope": "@xtuc",
22 "rawSpec": "4.2.2",
23 "saveSpec": null,
24 "fetchSpec": "4.2.2"
25 },
26 "_requiredBy": [
27 "/@webassemblyjs/helper-numbers",
28 "/@webassemblyjs/leb128",
29 "/@webassemblyjs/wast-printer"
30 ],
31 "_resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
32 "_spec": "4.2.2",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Daniel Wirtz",
36 "email": "dcode@dcode.io"
37 },
38 "bugs": {
39 "url": "https://github.com/dcodeIO/long.js/issues"
40 },
41 "dependencies": {},
42 "description": "A Long class for representing a 64-bit two's-complement integer value.",
43 "devDependencies": {
44 "webpack": "^3.10.0"
45 },
46 "files": [
47 "index.js",
48 "LICENSE",
49 "README.md",
50 "src/long.js",
51 "dist/long.js",
52 "dist/long.js.map",
53 "index.d.ts"
54 ],
55 "homepage": "https://github.com/dcodeIO/long.js#readme",
56 "keywords": [
57 "math"
58 ],
59 "license": "Apache-2.0",
60 "main": "src/long.js",
61 "name": "@xtuc/long",
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/dcodeIO/long.js.git"
65 },
66 "scripts": {
67 "build": "webpack",
68 "test": "node tests"
69 },
70 "types": "index.d.ts",
71 "version": "4.2.2"
72}
Note: See TracBrowser for help on using the repository browser.