{ "_args": [ [ "has-symbols@^1.0.0", "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/object.assign" ] ], "_from": "has-symbols@>=1.0.0 <2.0.0", "_hasShrinkwrap": false, "_id": "has-symbols@1.0.1", "_inCache": true, "_installable": true, "_location": "/has-symbols", "_nodeVersion": "13.1.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/has-symbols_1.0.1_1573948860346_0.7408930604026625" }, "_npmUser": { "email": "ljharb@gmail.com", "name": "ljharb" }, "_npmVersion": "6.12.1", "_phantomChildren": {}, "_requested": { "name": "has-symbols", "raw": "has-symbols@^1.0.0", "rawSpec": "^1.0.0", "scope": null, "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/es-abstract", "/is-symbol", "/object.assign" ], "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", "_shasum": "9f5214758a44196c406d9bd76cebf81ec2dd31e8", "_shrinkwrap": null, "_spec": "has-symbols@^1.0.0", "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/object.assign", "author": { "email": "ljharb@gmail.com", "name": "Jordan Harband", "url": "http://ljharb.codes" }, "auto-changelog": { "backfillLimit": false, "commitLimit": false, "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false }, "bugs": { "url": "https://github.com/ljharb/has-symbols/issues" }, "contributors": [ { "name": "Jordan Harband", "email": "ljharb@gmail.com", "url": "http://ljharb.codes" } ], "dependencies": {}, "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.", "devDependencies": { "@ljharb/eslint-config": "^15.0.1", "auto-changelog": "^1.16.2", "core-js": "^2.6.10", "eslint": "^6.6.0", "get-own-property-symbols": "^0.9.4", "safe-publish-latest": "^1.1.4", "tape": "^4.11.0" }, "directories": {}, "dist": { "fileCount": 14, "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0I28CRA9TVsSAnZWagAAt2AP/jan/+oerqF7TJJ1/7C0\nDib5YuePKj9dBimLNNxyNbDCo9+XGPPXoDd5OuGVQ8hePAe0pFxsenbtyT+Y\n+empPCZMrgUJfP7Umo6FYPE7EChp7ES7pPua2oeoKzMhK3xH+sBXj9MQ60Al\nunwIhq1k0idyeHT/9iJegP+wGF5pDe/EZUVbzt9r6JU4WhCNopdta+BZwIRP\nmE/NCdPjZ2jHbjYVJlT7b7uFrA4KXtRXtaJKhy97biek3xfgP4WLKvRaPTKo\nlTXtw/UXk8L42RYfJFlIJ2nyLeorwS6QObZPi9tB8BmIogvrSjthvcVL6DSN\nWJTjxpu43zbRS6mHK5nBAnXcshB/mvM9E8hTxrhG2jfSwAR3RexMLsOqgEsH\nTUTxRdB4Zox0nUD7rSahulvEtjl0bCRwo+oeuNfNDgf34sAjhIsaBMzH1rQY\nuTI8DKB4s1wKbth7YWUvacPay0+vvIbJnq4AMjoIDXezAKdDVIG6zB5rt5vN\nPxaAnRkB2htFP8MEHbqAvhk2ibqGdQvdVW2QPeTjDc7bXeymiXI93nrZyiw6\nq5alXDWN8ubB8A9A7HvKa+XU3dsOoYW/Ypx/h/ca17m0Gc0LwfJ2o0lC4sLQ\n3akrlFDjuBdlt2tWWzCRD5e7av8jJZ5C5ZKBeRkL2Xod4iyMFAD5wtefsXvR\nELxD\r\n=shCA\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "9f5214758a44196c406d9bd76cebf81ec2dd31e8", "tarball": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", "unpackedSize": 15474 }, "engines": { "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "gitHead": "132fe9ce5c2e443e0570606d4568a242eb86b5f5", "homepage": "https://github.com/ljharb/has-symbols#readme", "keywords": [ "ES6", "Symbol", "core-js", "native", "polyfill", "sham", "symbols", "typeof" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "ljharb", "email": "ljharb@gmail.com" } ], "name": "has-symbols", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/ljharb/has-symbols.git" }, "scripts": { "lint": "eslint *.js", "posttest": "npx aud", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prepublish": "safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run --silent tests-only", "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs", "test:shams:corejs": "node test/shams/core-js.js", "test:shams:getownpropertysymbols": "node test/shams/get-own-property-symbols.js", "test:staging": "node --harmony --es-staging test", "test:stock": "node test", "tests-only": "npm run --silent test:stock && npm run --silent test:staging && npm run --silent test:shams", "version": "auto-changelog && git add CHANGELOG.md" }, "testling": { "browsers": [ "android-browser/4.2", "chrome/20.0..latest", "chrome/4.0..10.0", "chrome/canary", "firefox/15.0..latest", "firefox/3.0..6.0", "firefox/nightly", "iexplore/6.0..latest", "ipad/6.0..latest", "iphone/6.0..latest", "opera/10.0..latest", "opera/next", "safari/4.0..latest" ], "files": "test/index.js" }, "version": "1.0.1" }