{
  "manifest": {
    "name": "get-own-enumerable-property-symbols",
    "version": "3.0.2",
    "description": "Returns an array of all enumerable symbol properties found directly upon a given object",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "files": [
      "lib/index.d.ts",
      "lib/index.js",
      "lib/index.js.map"
    ],
    "scripts": {
      "release": "standard-version",
      "lint": "eslint --ext .ts .",
      "transpile": "tsc",
      "unit": "node lib/test.js",
      "test": "run-s lint transpile unit"
    },
    "standard": {
      "ignore": [
        "lib"
      ]
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/mightyiam/get-own-enumerable-property-symbols.git"
    },
    "keywords": [
      "get",
      "enumerable",
      "symbol",
      "property",
      "key",
      "object"
    ],
    "author": {
      "name": "Shahar Or",
      "email": "mightyiampresence@gmail.com",
      "url": "mightyiam"
    },
    "license": "ISC",
    "bugs": {
      "url": "https://github.com/mightyiam/get-own-enumerable-property-symbols/issues"
    },
    "husky": {
      "hooks": {
        "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
        "pre-commit": "npm test"
      }
    },
    "homepage": "https://github.com/mightyiam/get-own-enumerable-property-symbols#readme",
    "devDependencies": {
      "@commitlint/cli": "^8.2.0",
      "@commitlint/config-conventional": "^8.2.0",
      "@commitlint/travis-cli": "^8.2.0",
      "@types/node": "^12.12.11",
      "@typescript-eslint/eslint-plugin": "^2.8.0",
      "eslint": "^6.6.0",
      "eslint-config-standard-with-typescript": "^11.0.1",
      "eslint-plugin-import": "^2.18.2",
      "eslint-plugin-node": "^10.0.0",
      "eslint-plugin-promise": "^4.2.1",
      "eslint-plugin-standard": "^4.0.1",
      "husky": "^3.1.0",
      "npm-run-all": "^4.1.5",
      "standard-version": "^7.0.1",
      "tsconfigs": "^4.0.1",
      "typescript": "^3.7.2"
    },
    "eslintIgnore": [
      "*.d.ts"
    ],
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-get-own-enumerable-property-symbols-3.0.2-b5fde77f22cbe35f390b4e089922c50bce6ef664-integrity/node_modules/get-own-enumerable-property-symbols/package.json",
    "readmeFilename": "README.md",
    "readme": "# get-own-enumerable-property-symbols [![Build Status](https://travis-ci.org/mightyiam/get-own-enumerable-property-symbols.svg?branch=master)](https://travis-ci.org/mightyiam/get-own-enumerable-property-symbols)\n\nReturns an array of all *enumerable* symbol properties found directly upon a given object.\n\nSimilar to [`Object.getOwnPropertySymbols`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertySymbols)\nbut only [enumerable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties) keys.\n\n```js\nimport getOwnEnumPropSymbols from 'get-own-enumerable-property-symbols'\n\ngetOwnEnumPropSymbols({ [Symbol()]: undefined })\n// [Symbol()]\ngetOwnEnumPropSymbols(Object.defineProperty({}, Symbol(), {enumerable: false}))\n// []\n```\n",
    "licenseText": "Copyright (c) 2019, Shahar Or\n\nPermission to use, copy, modify, and/or distribute this software for any purpose\nwith or without fee is hereby granted, provided that the above copyright notice\nand this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS\nOF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER\nTORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE."
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
    "hash": "b5fde77f22cbe35f390b4e089922c50bce6ef664",
    "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
    "registry": "npm",
    "packageName": "get-own-enumerable-property-symbols",
    "cacheIntegrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== sha1-tf3nfyLL4185C04ImSLFC85u9mQ="
  },
  "registry": "npm",
  "hash": "b5fde77f22cbe35f390b4e089922c50bce6ef664"
}