{
  "_args": [
    [
      "accounting-js@1.1.1",
      "c:\\xampp\\htdocs\\git2\\malawi-online-platform"
    ]
  ],
  "_from": "accounting-js@1.1.1",
  "_id": "accounting-js@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-f+Sz9wwB6+C4XALF8QfxOTuIDJ4=",
  "_location": "/accounting-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "accounting-js@1.1.1",
    "name": "accounting-js",
    "escapedName": "accounting-js",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/accounting-js/-/accounting-js-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "c:\\xampp\\htdocs\\git2\\malawi-online-platform",
  "author": {
    "name": "Stanislav Lesnikov"
  },
  "ava": {
    "files": [
      "tests/*.js"
    ],
    "failFast": true,
    "tap": true
  },
  "bugs": {
    "url": "https://github.com/nashdot/accounting-js/issues"
  },
  "dependencies": {
    "is-string": "^1.0.4",
    "object-assign": "^4.0.1"
  },
  "description": "Number, money and currency formatting library.",
  "devDependencies": {
    "ava": "^0.12.0",
    "babel-eslint": "^5.0.0",
    "babel-preset-es2015-rollup": "^1.1.0",
    "eslint": "^2.2.0",
    "eslint-config-nashdot": "^1.1.0",
    "nyc": "^5.6.0",
    "rimraf": "^2.5.2",
    "rollup": "^0.25.0",
    "rollup-plugin-babel": "^2.3.9",
    "rollup-plugin-commonjs": "^2.2.1",
    "rollup-plugin-node-resolve": "^1.4.0",
    "source-map-support": "^0.4.0"
  },
  "files": [
    "lib",
    "dist"
  ],
  "homepage": "https://github.com/nashdot/accounting-js#readme",
  "jsnext:main": "dist/accounting.es6.js",
  "keywords": [
    "es6",
    "modules",
    "rollup",
    "bundle",
    "accounting",
    "number",
    "money",
    "currency",
    "format",
    "utilities",
    "finance",
    "exchange"
  ],
  "license": "MIT",
  "main": "dist/accounting.umd.js",
  "name": "accounting-js",
  "nyc": {
    "exclude": [
      "rollup*.js",
      "tests"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nashdot/accounting-js.git"
  },
  "scripts": {
    "build": "rollup -c rollup.config.umd.js && rollup -c rollup.config.es6.js",
    "coverage": "nyc --reporter=lcov --reporter=text npm test",
    "prebuild": "eslint lib",
    "precoverage": "rimraf coverage",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "test": "ava"
  },
  "version": "1.1.1"
}
