Sha256: c1f7aeeec837c8d711279cd6d62e3fc16909f514a7a172907ce1a02f612bcc10

Contents?: true

Size: 791 Bytes

Versions: 1

Compression:

Stored size: 791 Bytes

Contents

{
    "name": "long",
    "version": "4.0.0",
    "author": "Daniel Wirtz <dcode@dcode.io>",
    "description": "A Long class for representing a 64-bit two's-complement integer value.",
    "main": "src/long.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/dcodeIO/long.js.git"
    },
    "bugs": {
        "url": "https://github.com/dcodeIO/long.js/issues"
    },
    "keywords": [
        "math"
    ],
    "dependencies": {},
    "devDependencies": {
        "webpack": "^3.10.0"
    },
    "license": "Apache-2.0",
    "scripts": {
        "build": "webpack",
        "test": "node tests"
    },
    "files": [
        "index.js",
        "LICENSE",
        "README.md",
        "src/long.js",
        "dist/long.js",
        "dist/long.js.map"
    ]
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waves_lib-0.1.0 js/node_modules/long/package.json