mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
40 lines
849 B
JSON
40 lines
849 B
JSON
{
|
|
"author": {
|
|
"name": "Daniel Wirtz",
|
|
"email": "dcode@dcode.io"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dcodeIO/long.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "A Long class for representing a 64-bit two's-complement integer value.",
|
|
"devDependencies": {
|
|
"webpack": "^3.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"LICENSE",
|
|
"README.md",
|
|
"src/long.js",
|
|
"dist/long.js",
|
|
"dist/long.js.map"
|
|
],
|
|
"homepage": "https://github.com/dcodeIO/long.js#readme",
|
|
"keywords": [
|
|
"math"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "src/long.js",
|
|
"name": "long",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dcodeIO/long.js.git"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"test": "node tests"
|
|
},
|
|
"version": "4.0.0"
|
|
} |