{
  "_from": "array-timsort@^1.0.3",
  "_id": "array-timsort@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==",
  "_location": "/array-timsort",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "array-timsort@^1.0.3",
    "name": "array-timsort",
    "escapedName": "array-timsort",
    "rawSpec": "^1.0.3",
    "saveSpec": null,
    "fetchSpec": "^1.0.3"
  },
  "_requiredBy": [
    "/comment-json"
  ],
  "_resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz",
  "_shasum": "3c9e4199e54fb2b9c3fe5976396a21614ef0d926",
  "_spec": "array-timsort@^1.0.3",
  "_where": "/home/brandb10/nodevenv/email-api.anticoncepcionquesepega.com/12/lib/node_modules/comment-json",
  "ava": {
    "files": [
      "test/*.test.js"
    ]
  },
  "bugs": {
    "url": "https://github.com/kaelzhang/node-array-timsort/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Fast JavaScript array sorting by implementing Python's Timsort algorithm",
  "devDependencies": {
    "@ostai/eslint-config": "^3.5.0",
    "ava": "^3.13.0",
    "codecov": "^3.7.2",
    "eslint": "^7.10.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-mocha": "^8.0.0",
    "nyc": "^15.1.0"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/kaelzhang/node-array-timsort",
  "keywords": [
    "fast sort",
    "array soft",
    "sort",
    "compare",
    "TimSort",
    "algorithm",
    "python",
    "performance"
  ],
  "license": "MIT",
  "main": "./src",
  "name": "array-timsort",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaelzhang/node-array-timsort.git"
  },
  "scripts": {
    "benchmark": "node benchmark/index.js",
    "fix": "eslint . --fix",
    "lint": "eslint .",
    "posttest": "npm run report",
    "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "report:dev": "nyc report --reporter=html && npm run report:open",
    "report:open": "open coverage/index.html",
    "test": "npm run test:only",
    "test:dev": "npm run test:only && npm run report:dev",
    "test:only": "NODE_DEBUG=array-timsort nyc ava --timeout=10s --verbose"
  },
  "version": "1.0.3"
}
