first commit
This commit is contained in:
68
build/node_modules/bignumber.js/package.json
generated
vendored
Normal file
68
build/node_modules/bignumber.js/package.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"bignumber.js@2.4.0",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "bignumber.js@2.4.0",
|
||||
"_id": "bignumber.js@2.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-g4qZLan51zfg9LLbC+YrsJ3Qxeg=",
|
||||
"_location": "/bignumber.js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "bignumber.js@2.4.0",
|
||||
"name": "bignumber.js",
|
||||
"escapedName": "bignumber.js",
|
||||
"rawSpec": "2.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jimp"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-2.4.0.tgz",
|
||||
"_spec": "2.4.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Michael Mclaughlin",
|
||||
"email": "M8ch88l@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/MikeMcl/bignumber.js/issues"
|
||||
},
|
||||
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"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",
|
||||
"name": "bignumber.js",
|
||||
"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 v2.4.0 https://github.com/MikeMcl/bignumber.js/LICENCE */\"",
|
||||
"test": "node ./test/every-test.js"
|
||||
},
|
||||
"version": "2.4.0"
|
||||
}
|
||||
Reference in New Issue
Block a user