|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
846 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "@xtuc/long",
|
|---|
| 3 | "version": "4.2.2",
|
|---|
| 4 | "author": "Daniel Wirtz <dcode@dcode.io>",
|
|---|
| 5 | "description": "A Long class for representing a 64-bit two's-complement integer value.",
|
|---|
| 6 | "main": "src/long.js",
|
|---|
| 7 | "repository": {
|
|---|
| 8 | "type": "git",
|
|---|
| 9 | "url": "https://github.com/dcodeIO/long.js.git"
|
|---|
| 10 | },
|
|---|
| 11 | "bugs": {
|
|---|
| 12 | "url": "https://github.com/dcodeIO/long.js/issues"
|
|---|
| 13 | },
|
|---|
| 14 | "keywords": [
|
|---|
| 15 | "math"
|
|---|
| 16 | ],
|
|---|
| 17 | "dependencies": {},
|
|---|
| 18 | "devDependencies": {
|
|---|
| 19 | "webpack": "^3.10.0"
|
|---|
| 20 | },
|
|---|
| 21 | "license": "Apache-2.0",
|
|---|
| 22 | "scripts": {
|
|---|
| 23 | "build": "webpack",
|
|---|
| 24 | "test": "node tests"
|
|---|
| 25 | },
|
|---|
| 26 | "files": [
|
|---|
| 27 | "index.js",
|
|---|
| 28 | "LICENSE",
|
|---|
| 29 | "README.md",
|
|---|
| 30 | "src/long.js",
|
|---|
| 31 | "dist/long.js",
|
|---|
| 32 | "dist/long.js.map",
|
|---|
| 33 | "index.d.ts"
|
|---|
| 34 | ],
|
|---|
| 35 | "types": "index.d.ts"
|
|---|
| 36 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.