comercioeletronico-cotacao-api/node_modules/bignumber.js/package.json

103 lines
2.7 KiB
JSON

{
"_args": [
[
{
"raw": "bignumber.js@3.1.2",
"scope": null,
"escapedName": "bignumber.js",
"name": "bignumber.js",
"rawSpec": "3.1.2",
"spec": "3.1.2",
"type": "version"
},
"C:\\Users\\Yago\\Documents\\GitHub\\pedidos.webapi\\node_modules\\mysql"
]
],
"_from": "bignumber.js@3.1.2",
"_id": "bignumber.js@3.1.2",
"_inCache": true,
"_location": "/bignumber.js",
"_nodeVersion": "7.2.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/bignumber.js-3.1.2.tgz_1483896554937_0.13670875830575824"
},
"_npmUser": {
"name": "mikemcl",
"email": "M8ch88l@gmail.com"
},
"_npmVersion": "3.8.1",
"_phantomChildren": {},
"_requested": {
"raw": "bignumber.js@3.1.2",
"scope": null,
"escapedName": "bignumber.js",
"name": "bignumber.js",
"rawSpec": "3.1.2",
"spec": "3.1.2",
"type": "version"
},
"_requiredBy": [
"/mysql"
],
"_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-3.1.2.tgz",
"_shasum": "f3bdb99ad5268a15fc1f0bed2fb018e2693fe236",
"_shrinkwrap": null,
"_spec": "bignumber.js@3.1.2",
"_where": "C:\\Users\\Yago\\Documents\\GitHub\\pedidos.webapi\\node_modules\\mysql",
"author": {
"name": "Michael Mclaughlin",
"email": "M8ch88l@gmail.com"
},
"bugs": {
"url": "https://github.com/MikeMcl/bignumber.js/issues"
},
"dependencies": {},
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "f3bdb99ad5268a15fc1f0bed2fb018e2693fe236",
"tarball": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-3.1.2.tgz"
},
"engines": {
"node": "*"
},
"gitHead": "2ccc3a7d2831fbd849fe1efbd9895c814bb344ff",
"homepage": "https://github.com/MikeMcl/bignumber.js#readme",
"keywords": [
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignumber",
"bigint",
"bignum"
],
"license": "MIT",
"main": "bignumber.js",
"maintainers": [
{
"name": "mikemcl",
"email": "M8ch88l@gmail.com"
}
],
"name": "bignumber.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/MikeMcl/bignumber.js.git"
},
"scripts": {
"build": "uglifyjs bignumber.js --source-map bignumber.js.map -c -m -o bignumber.min.js --preamble \"/* bignumber.js v3.1.2 https://github.com/MikeMcl/bignumber.js/LICENCE */\"",
"test": "node ./test/every-test.js"
},
"version": "3.1.2"
}