{
  "name": "negative-index",
  "version": "2.0.0",
  "description": "Convert negative index to positive starting from the end",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dfcreative/negative-index.git"
  },
  "keywords": [
    "normalize-offset",
    "negative",
    "index",
    "slice",
    "array",
    "rotate",
    "mod"
  ],
  "author": "ΔY <dfcreative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dfcreative/negative-index/issues"
  },
  "homepage": "https://github.com/dfcreative/negative-index#readme"
}
