{
  "_args": [
    [
      "mongoose-float@1.0.4",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "mongoose-float@1.0.4",
  "_id": "mongoose-float@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-0IMn9yADWithih3QEiwiqx+gYAEx5ZIQgKrIaLTX76jfJIq5WRzifGT/KDGqGm5q9NI5WLsgt7oblM3hNv/llw==",
  "_location": "/mongoose-float",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mongoose-float@1.0.4",
    "name": "mongoose-float",
    "escapedName": "mongoose-float",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/strapi-connector-mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/mongoose-float/-/mongoose-float-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "Ivan Kitaev",
    "email": "vnkitayev@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Vnkitaev/mongoose-float/issues"
  },
  "description": "This library can solve one well known problem with JavaScript Number arithmetic imprecise, when, for example, 3.3 * 3 becomes 9.899999999999999, ugly.",
  "devDependencies": {
    "mocha": "6.0.2",
    "mongoose": ">=4.x <=5.x",
    "should": "13.2.3"
  },
  "homepage": "https://github.com/Vnkitaev/mongoose-float#readme",
  "keywords": [
    "mongoose",
    "money",
    "float",
    "number",
    "toFixed"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "mongoose-float",
  "peerDependencies": {
    "mongoose": ">=4.x <=5.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vnkitaev/mongoose-float.git"
  },
  "scripts": {
    "test": "mocha test"
  },
  "version": "1.0.4"
}
