{
  "_from": "timezone-soft@^1.4.1",
  "_id": "timezone-soft@1.5.2",
  "_inBundle": false,
  "_integrity": "sha512-BUr+CfBfeWXJwFAuEzPO9uF+v6sy3pL5SKLkDg4vdEhsyXgbBnpFoBCW8oEKSNTqNq9YHbVOjNb31xE7WyGmrA==",
  "_location": "/timezone-soft",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "timezone-soft@^1.4.1",
    "name": "timezone-soft",
    "escapedName": "timezone-soft",
    "rawSpec": "^1.4.1",
    "saveSpec": null,
    "fetchSpec": "^1.4.1"
  },
  "_requiredBy": [
    "/react-timezone-select"
  ],
  "_resolved": "https://registry.npmjs.org/timezone-soft/-/timezone-soft-1.5.2.tgz",
  "_shasum": "1d7f20b2ffb43e80edd2a7bf45572ccae144c7e7",
  "_spec": "timezone-soft@^1.4.1",
  "_where": "/var/www/html/prod/amplitech-react-js/node_modules/react-timezone-select",
  "author": {
    "name": "spencermountain"
  },
  "bugs": {
    "url": "https://github.com/spencermountain/timezone-soft/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "interpret abbreviated and informal timezone names",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "13.3.0",
    "amble": "1.3.0",
    "efrt": "2.7.0",
    "rollup": "2.77.3",
    "rollup-plugin-terser": "7.0.2",
    "spacetime": "7.5.0",
    "tap-dancer": "0.3.4",
    "tape": "5.7.2"
  },
  "exports": {
    ".": {
      "require": "./builds/timezone-soft.cjs",
      "import": "./builds/timezone-soft.mjs",
      "default": "./builds/timezone-soft.cjs",
      "types": "./types/index.d.ts"
    }
  },
  "files": [
    "builds",
    "types"
  ],
  "homepage": "https://github.com/spencermountain/timezone-soft#readme",
  "license": "MIT",
  "main": "builds/timezone-soft.cjs",
  "module": "builds/timezone-soft.mjs",
  "name": "timezone-soft",
  "prettier": {
    "trailingComma": "none",
    "tabWidth": 2,
    "semi": false,
    "singleQuote": true,
    "printWidth": 120
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spencermountain/timezone-soft.git"
  },
  "scripts": {
    "build": "npm run pack && node ./scripts/version.js && rollup -c && npm run filesize",
    "filesize": "node ./scripts/filesize.js",
    "pack": "node ./scripts/pack.js",
    "test": "TESTENV=dev tape ./test/**/*.test.js | tap-dancer",
    "testb": "TESTENV=prod tape ./test/**/*.test.js | tap-dancer",
    "watch": "amble ./scratch.js"
  },
  "sideEffects": false,
  "type": "module",
  "types": "types/index.d.ts",
  "unpkg": "builds/timezone-soft.min.cjs",
  "version": "1.5.2"
}
