{
  "_args": [
    [
      "number-to-words@1.2.4",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "number-to-words@1.2.4",
  "_id": "number-to-words@1.2.4",
  "_inBundle": false,
  "_integrity": "sha512-/fYevVkXRcyBiZDg6yzZbm0RuaD6i0qRfn8yr+6D0KgBMOndFPxuW10qCHpzs50nN8qKuv78k8MuotZhcVX6Pw==",
  "_location": "/number-to-words",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "number-to-words@1.2.4",
    "name": "number-to-words",
    "escapedName": "number-to-words",
    "rawSpec": "1.2.4",
    "saveSpec": null,
    "fetchSpec": "1.2.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/number-to-words/-/number-to-words-1.2.4.tgz",
  "_spec": "1.2.4",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Martin Eneqvist",
    "url": "https://github.com/marlun78"
  },
  "browser": "./numberToWords.min.js",
  "bugs": {
    "url": "https://github.com/marlun78/number-to-words/issues"
  },
  "contributors": [
    {
      "name": "Aleksey Pilyugin",
      "url": "https://github.com/pilyugin"
    },
    {
      "name": "Jeremiah Hall",
      "url": "https://github.com/jeremiahrhall"
    },
    {
      "name": "Adriano Melo",
      "url": "https://github.com/adrianomelo"
    },
    {
      "name": "dmrzn",
      "url": "https://github.com/dmrzn"
    }
  ],
  "description": "Contains some util methods for converting numbers into words, ordinal words and ordinal numbers.",
  "devDependencies": {
    "eslint": "5.3.0",
    "fancy-log": "1.3.2",
    "gulp": "4.0.0",
    "gulp-concat": "2.6.1",
    "gulp-rename": "1.4.0",
    "gulp-replace": "1.0.0",
    "gulp-uglify": "3.0.1",
    "gulp-wrap": "0.14.0",
    "http-server": "0.11.1",
    "jasmine": "3.2.0",
    "phantomjs-prebuilt": "2.1.16",
    "uglify-save-license": "0.4.1"
  },
  "homepage": "https://github.com/marlun78/number-to-words",
  "keywords": [
    "converter",
    "number",
    "ordinal",
    "string",
    "tool",
    "word"
  ],
  "license": "MIT",
  "main": "./src",
  "name": "number-to-words",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marlun78/number-to-words.git"
  },
  "scripts": {
    "build": "gulp build",
    "lint": "node node_modules/eslint/bin/eslint.js .",
    "test": "npm run lint && npm run test:node",
    "test:node": "jasmine",
    "test:phantom": "phantomjs ./spec/phantom/run-jasmine3.js 'http://localhost:3456/spec/'",
    "test:server": "http-server ./ -p 3456 -c-1"
  },
  "version": "1.2.4"
}
