{
  "_args": [
    [
      "remove-accents@0.4.2",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "remove-accents@0.4.2",
  "_id": "remove-accents@0.4.2",
  "_inBundle": false,
  "_integrity": "sha1-CkPTqq4egNuRngeuJUsoXZ4ce7U=",
  "_location": "/remove-accents",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "remove-accents@0.4.2",
    "name": "remove-accents",
    "escapedName": "remove-accents",
    "rawSpec": "0.4.2",
    "saveSpec": null,
    "fetchSpec": "0.4.2"
  },
  "_requiredBy": [
    "/match-sorter"
  ],
  "_resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.4.2.tgz",
  "_spec": "0.4.2",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Marin Atanasov",
    "email": "contact@marinatanasov.com",
    "url": "http://marinatanasov.com"
  },
  "bugs": {
    "url": "https://github.com/tyxla/remove-accents/issues"
  },
  "contributors": [
    {
      "name": "tyxla"
    },
    {
      "name": "andreialecu"
    },
    {
      "name": "Soreine"
    }
  ],
  "dependencies": {},
  "description": "Converting the accented characters to their corresponding non-accented ASCII characters.",
  "devDependencies": {
    "tape": "^4.2.2"
  },
  "homepage": "https://github.com/tyxla/remove-accents",
  "keywords": [
    "accent",
    "accents",
    "remove",
    "diacritic",
    "clean",
    "formatting",
    "umlaut",
    "grave",
    "circumflex",
    "tilde",
    "acute"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "remove-accents",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tyxla/remove-accents.git"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "typings": "./index.d.ts",
  "version": "0.4.2"
}
