{
  "_from": "@xrange/func@1.0.5",
  "_id": "@xrange/func@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-Rl2SiVPu12OX4o6wLYKFCUpW6Hg240c/jPZBh37gCMTvbaohP5OyruR+48suo0pT1YRu8gZ8R1wmNba86sAdzQ==",
  "_location": "/@xrange/func",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@xrange/func@1.0.5",
    "name": "@xrange/func",
    "escapedName": "@xrange%2ffunc",
    "scope": "@xrange",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/xrange"
  ],
  "_resolved": "https://registry.npmjs.org/@xrange/func/-/func-1.0.5.tgz",
  "_shasum": "2a335e5a49d9e601e9eea2736ae6dfa6bed0df44",
  "_spec": "@xrange/func@1.0.5",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/xrange",
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Functional sequencer of `xrange`, provided as a separate package",
  "devDependencies": {
    "@types/jest": "27.0.2",
    "@types/node": "14.17.29",
    "jest": "27.3.1",
    "rimraf": "3.0.2",
    "ts-jest": "27.0.7",
    "ts-node": "10.4.0",
    "typescript": "4.4.4"
  },
  "files": [
    "/dist",
    "!dist/typings/**/*.js",
    "!dist/**/*.impl.d.ts",
    "/README.md"
  ],
  "jest": {
    "verbose": true,
    "preset": "ts-jest",
    "resetMocks": true,
    "rootDir": ".",
    "roots": [
      "<rootDir>/test"
    ],
    "testMatch": [
      "<rootDir>/test/**/*.spec.ts"
    ],
    "collectCoverage": true,
    "collectCoverageFrom": [
      "<rootDir>/src/**/*.ts"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    },
    "coverageDirectory": "<rootDir>/coverage",
    "cacheDirectory": "<rootDir>/test/.cache",
    "testEnvironment": "node",
    "errorOnDeprecated": true
  },
  "keywords": [
    "functional",
    "generator",
    "iterate",
    "iterator",
    "python",
    "range",
    "xrange"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@xrange/func",
  "scripts": {
    "build": "tsc --project ./tsconfig.prod.json",
    "clean": "rimraf dist/*",
    "clean:spare": "rimraf dist/typings/**/*.js dist/**/*.impl.d.ts",
    "dev": "tsc --project ./tsconfig.json",
    "postbuild": "npm run clean:spare",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run build && npm test && git push --follow-tags",
    "start": "node --require ts-node/register src",
    "test": "jest --no-cache"
  },
  "types": "dist/index.d.ts",
  "version": "1.0.5"
}
