Repository URL to install this package:
|
Version:
2.4.0 ▾
|
long
/
package.json
|
|---|
{
"name": "long",
"version": "2.4.0",
"author": {
"name": "Daniel Wirtz",
"email": "dcode@dcode.io"
},
"description": "A Long class for representing a 64-bit two's-complement integer value.",
"main": "dist/Long.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dcodeIO/Long.js.git"
},
"keywords": [
"math"
],
"dependencies": {},
"devDependencies": {
"testjs": "latest",
"closurecompiler": "latest",
"metascript": "~0"
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.6"
},
"scripts": {
"build": "node scripts/build.js",
"make": "npm run-script build && npm run-script compile && npm run-script compress && npm test",
"compile": "ccjs dist/Long.js --compilation_level=ADVANCED_OPTIMIZATIONS --create_source_map=dist/Long.min.map > dist/Long.min.js",
"compress": "gzip -c -9 dist/Long.min.js > dist/Long.min.js.gz",
"test": "node node_modules/testjs/bin/testjs tests/suite.js"
},
"gitHead": "38baa953414256fb08177581c79ecdedf076c2de",
"bugs": {
"url": "https://github.com/dcodeIO/Long.js/issues"
},
"homepage": "https://github.com/dcodeIO/Long.js#readme",
"_id": "long@2.4.0",
"_shasum": "9fa180bb1d9500cdc29c4156766a1995e1f4524f",
"_from": "long@>=2.2.0 <3.0.0",
"_npmVersion": "2.11.3",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "dcode",
"email": "dcode@dcode.io"
},
"maintainers": [
{
"name": "dcode",
"email": "dcode@dcode.io"
}
],
"dist": {
"shasum": "9fa180bb1d9500cdc29c4156766a1995e1f4524f",
"tarball": "http://registry.npmjs.org/long/-/long-2.4.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/long/-/long-2.4.0.tgz",
"readme": "ERROR: No README data found!"
}