2016-01-21 09:07:33 +08:00
|
|
|
{
|
2016-02-25 01:50:07 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"big-integer@^1.6.7",
|
2016-05-26 07:31:28 +08:00
|
|
|
"D:\\Cordova\\cordova-android\\node_modules\\bplist-parser"
|
2016-02-25 01:50:07 +08:00
|
|
|
]
|
|
|
|
],
|
|
|
|
"_from": "big-integer@>=1.6.7 <2.0.0",
|
2016-04-22 20:56:02 +08:00
|
|
|
"_id": "big-integer@1.6.15",
|
2016-02-25 01:50:07 +08:00
|
|
|
"_inCache": true,
|
|
|
|
"_installable": true,
|
|
|
|
"_location": "/big-integer",
|
|
|
|
"_nodeVersion": "0.12.3",
|
|
|
|
"_npmOperationalInternal": {
|
2016-04-22 20:56:02 +08:00
|
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
|
|
"tmp": "tmp/big-integer-1.6.15.tgz_1460079231162_0.7087579960934818"
|
2016-01-21 09:07:33 +08:00
|
|
|
},
|
2016-02-25 01:50:07 +08:00
|
|
|
"_npmUser": {
|
|
|
|
"email": "peter.e.c.olson+npm@gmail.com",
|
|
|
|
"name": "peterolson"
|
2016-01-21 09:07:33 +08:00
|
|
|
},
|
2016-02-25 01:50:07 +08:00
|
|
|
"_npmVersion": "2.9.1",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"name": "big-integer",
|
|
|
|
"raw": "big-integer@^1.6.7",
|
|
|
|
"rawSpec": "^1.6.7",
|
|
|
|
"scope": null,
|
|
|
|
"spec": ">=1.6.7 <2.0.0",
|
|
|
|
"type": "range"
|
2016-01-21 09:07:33 +08:00
|
|
|
},
|
2016-02-25 01:50:07 +08:00
|
|
|
"_requiredBy": [
|
|
|
|
"/bplist-parser"
|
2016-01-21 09:07:33 +08:00
|
|
|
],
|
2016-04-22 20:56:02 +08:00
|
|
|
"_resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.15.tgz",
|
|
|
|
"_shasum": "33d27d3b7388dfcc4b86d3130c10740cec01fb9e",
|
2016-02-25 01:50:07 +08:00
|
|
|
"_shrinkwrap": null,
|
|
|
|
"_spec": "big-integer@^1.6.7",
|
2016-05-26 07:31:28 +08:00
|
|
|
"_where": "D:\\Cordova\\cordova-android\\node_modules\\bplist-parser",
|
2016-02-25 01:50:07 +08:00
|
|
|
"author": {
|
|
|
|
"email": "peter.e.c.olson+npm@gmail.com",
|
|
|
|
"name": "Peter Olson"
|
|
|
|
},
|
|
|
|
"bin": {},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/peterolson/BigInteger.js/issues"
|
|
|
|
},
|
|
|
|
"contributors": [],
|
|
|
|
"dependencies": {},
|
|
|
|
"description": "An arbitrary length integer library for Javascript",
|
2016-01-21 09:07:33 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"coveralls": "^2.11.4",
|
|
|
|
"jasmine": "2.1.x",
|
|
|
|
"jasmine-core": "^2.3.4",
|
|
|
|
"karma": "^0.13.3",
|
|
|
|
"karma-coverage": "^0.4.2",
|
|
|
|
"karma-jasmine": "^0.3.6",
|
|
|
|
"karma-phantomjs-launcher": "~0.1"
|
|
|
|
},
|
2016-02-25 01:50:07 +08:00
|
|
|
"directories": {},
|
|
|
|
"dist": {
|
2016-04-22 20:56:02 +08:00
|
|
|
"shasum": "33d27d3b7388dfcc4b86d3130c10740cec01fb9e",
|
|
|
|
"tarball": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.15.tgz"
|
2016-02-25 01:50:07 +08:00
|
|
|
},
|
2016-01-21 09:07:33 +08:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.6"
|
|
|
|
},
|
2016-04-22 20:56:02 +08:00
|
|
|
"gitHead": "cda5bcce74c3a4eb34951201d50c1b8776a56eca",
|
2016-01-21 09:07:33 +08:00
|
|
|
"homepage": "https://github.com/peterolson/BigInteger.js#readme",
|
2016-02-25 01:50:07 +08:00
|
|
|
"keywords": [
|
2016-04-22 20:56:02 +08:00
|
|
|
"math",
|
2016-02-25 01:50:07 +08:00
|
|
|
"big",
|
2016-04-22 20:56:02 +08:00
|
|
|
"bignum",
|
2016-02-25 01:50:07 +08:00
|
|
|
"bigint",
|
|
|
|
"biginteger",
|
|
|
|
"integer",
|
2016-04-22 20:56:02 +08:00
|
|
|
"arbitrary",
|
|
|
|
"precision",
|
|
|
|
"arithmetic"
|
2016-02-25 01:50:07 +08:00
|
|
|
],
|
|
|
|
"license": "Unlicense",
|
|
|
|
"main": "./BigInteger",
|
2016-01-21 09:07:33 +08:00
|
|
|
"maintainers": [
|
|
|
|
{
|
2016-04-22 20:56:02 +08:00
|
|
|
"email": "peter.e.c.olson+npm@gmail.com",
|
|
|
|
"name": "peterolson"
|
2016-01-21 09:07:33 +08:00
|
|
|
}
|
|
|
|
],
|
2016-02-25 01:50:07 +08:00
|
|
|
"name": "big-integer",
|
|
|
|
"optionalDependencies": {},
|
|
|
|
"readme": "ERROR: No README data found!",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@github.com/peterolson/BigInteger.js.git"
|
2016-01-21 09:07:33 +08:00
|
|
|
},
|
2016-02-25 01:50:07 +08:00
|
|
|
"scripts": {
|
|
|
|
"test": "karma start my.conf.js"
|
|
|
|
},
|
2016-04-22 20:56:02 +08:00
|
|
|
"version": "1.6.15"
|
2016-01-21 09:07:33 +08:00
|
|
|
}
|