github-pages-deploy-action/node_modules/node-int64/package.json

28 lines
580 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "node-int64",
2020-03-31 20:42:07 +08:00
"description": "Support for representing 64-bit integers in JavaScript",
2020-03-31 20:57:48 +08:00
"url": "http://github.com/broofa/node-int64",
2020-03-31 20:42:07 +08:00
"keywords": [
"math",
"integer",
"int64"
],
2020-03-31 20:57:48 +08:00
"author": "Robert Kieffer <robert@broofa.com>",
"contributors": [],
"dependencies": {},
2020-03-31 20:42:07 +08:00
"license": "MIT",
2020-03-31 20:57:48 +08:00
"lib": ".",
2020-03-31 20:42:07 +08:00
"main": "./Int64.js",
2020-03-31 20:57:48 +08:00
"version": "0.4.0",
2020-03-31 20:42:07 +08:00
"scripts": {
"test": "nodeunit test.js"
},
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/broofa/node-int64"
},
"devDependencies": {
"nodeunit": "^0.9.0"
}
2020-03-31 20:42:07 +08:00
}