12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "bignumber.js@2.0.0",
- "D:\\work\\im\\node_modules\\mysql"
- ]
- ],
- "_from": "bignumber.js@2.0.0",
- "_id": "bignumber.js@2.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/bignumber.js",
- "_npmUser": {
- "email": "M8ch88l@gmail.com",
- "name": "mikemcl"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "name": "bignumber.js",
- "raw": "bignumber.js@2.0.0",
- "rawSpec": "2.0.0",
- "scope": null,
- "spec": "2.0.0",
- "type": "version"
- },
- "_requiredBy": [
- "/mysql"
- ],
- "_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-2.0.0.tgz",
- "_shasum": "9fca55e6c73e1ba5d294bda9983180e947e2119c",
- "_shrinkwrap": null,
- "_spec": "bignumber.js@2.0.0",
- "_where": "D:\\work\\im\\node_modules\\mysql",
- "author": {
- "email": "M8ch88l@gmail.com",
- "name": "Michael Mclaughlin"
- },
- "bugs": {
- "url": "https://github.com/MikeMcl/bignumber.js/issues"
- },
- "dependencies": {},
- "deprecated": "critical bug fixed in v2.0.4",
- "description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
- "devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "9fca55e6c73e1ba5d294bda9983180e947e2119c",
- "tarball": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-2.0.0.tgz"
- },
- "engines": {
- "node": "*"
- },
- "gitHead": "bc66fcfed12c7b4aad528167f3138eb5ad13826f",
- "homepage": "https://github.com/MikeMcl/bignumber.js",
- "keywords": [
- "arbitrary",
- "precision",
- "arithmetic",
- "big",
- "number",
- "decimal",
- "float",
- "biginteger",
- "bigdecimal",
- "bignumber",
- "bigint",
- "bignum"
- ],
- "license": "MIT",
- "main": "bignumber",
- "maintainers": [
- {
- "email": "M8ch88l@gmail.com",
- "name": "mikemcl"
- }
- ],
- "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 -c -m -o bignumber.min.js --preamble '/* bignumber.js v2.0.0 https://github.com/MikeMcl/bignumber.js/LICENCE */'",
- "test": "node ./test/every-test.js"
- },
- "version": "2.0.0"
- }
|