{ "_args": [ [ "es6-symbol@^3.1.1", "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/sver-compat" ] ], "_from": "es6-symbol@>=3.1.1 <4.0.0", "_hasShrinkwrap": false, "_id": "es6-symbol@3.1.3", "_inCache": true, "_installable": true, "_location": "/es6-symbol", "_nodeVersion": "13.0.1", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/es6-symbol_3.1.3_1572343460116_0.1802696446941654" }, "_npmUser": { "email": "medikoo+npm@medikoo.com", "name": "medikoo" }, "_npmVersion": "6.12.0", "_phantomChildren": {}, "_requested": { "name": "es6-symbol", "raw": "es6-symbol@^3.1.1", "rawSpec": "^3.1.1", "scope": null, "spec": ">=3.1.1 <4.0.0", "type": "range" }, "_requiredBy": [ "/es5-ext", "/es6-iterator", "/es6-weak-map", "/sver-compat" ], "_resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", "_shasum": "bad5d3c1bcdac28269f4cb331e431c78ac705d18", "_shrinkwrap": null, "_spec": "es6-symbol@^3.1.1", "_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/sver-compat", "author": { "email": "medyk@medikoo.com", "name": "Mariusz Nowak", "url": "http://www.medikoo.com/" }, "bugs": { "url": "https://github.com/medikoo/es6-symbol/issues" }, "dependencies": { "d": "^1.0.1", "ext": "^1.1.2" }, "description": "ECMAScript 6 Symbol polyfill", "devDependencies": { "eslint": "^6.6.0", "eslint-config-medikoo": "^2.6.0", "git-list-updated": "^1.2.1", "husky": "^3.0.9", "lint-staged": "^9.4.2", "prettier-elastic": "^1.18.2", "tad": "^3.0.1" }, "directories": {}, "dist": { "fileCount": 25, "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduA6kCRA9TVsSAnZWagAA86UP/1gU5wBU+ErILTVEZH3w\nC+o/SvAkevhfWeQmYgsSJYyWju4Uc+Bh7TfJ+XOMZl+ILdy00/j/gDPPschq\nEU720PFtOX3cKSykxp0iGNEEX2fTnawJ6+nwplGOTTdQN8HxSeweEXdK+v0a\nyHSVm/VG6wzDl2jnXQBCCmr98ZbC6anXEIbzv58DkXZrmThP9zKAi1p6FJO+\nFFByNkuMF007HC6V2YFBAHFrfFDH1awsrnuZAjUopKpNy6nP+7g6DaF3RUxx\npMTdeNPxTtJ1nlokDnjfisffUlN2YprAGSdtW1WS/0tgK3vwB1ubcY2rs6nI\nmkGoIQ6c2GOCPqfavI0AZXs/mGLJaQnPR/2eNjH0hoZzNZA6W6qLeNXuCSNx\noLmQ26LgRWqKSWm15sLyrpzV53JUsx1JFIG4Yuly7nbvzVbPe0yPoKQulg8E\ni3jhMaE5NDqfmoz0W8kcTyYO1VGEVlRjZZ2yRmkfPiCjM/lAy6StBOuWEriZ\nlIb6JxBMRIo4X62AdoFcVs2Ulw3HwDjLf0bTl42piPqWZVO0Y55yVnjZB1aS\npIUIPeM2fRCEaSjXahoBY5A3WoUaVZ42kqcQQWhIQDZZ+22IZtcPf4M+zuM4\nIP+7tGReahE43bDGh1YaEdPyH9GAhndIqH2eThmFGNHtR+gHgD7d4D1ETlQF\nvKyj\r\n=P2jx\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "bad5d3c1bcdac28269f4cb331e431c78ac705d18", "tarball": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", "unpackedSize": 19359 }, "eslintConfig": { "extends": "medikoo/es5", "overrides": [ { "files": [ "polyfill.js" ], "rules": { "func-names": "off" } }, { "files": [ "test/*.js" ], "globals": { "Symbol": true } } ], "root": true, "rules": { "new-cap": [ { "capIsNewExceptions": [ "NativeSymbol", "SymbolPolyfill" ] }, "error" ] } }, "gitHead": "7f142801a2263704bd71ad41028e464ac850af35", "homepage": "https://github.com/medikoo/es6-symbol#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "ecmascript", "es6", "harmony", "polyfill", "ponyfill", "private", "property", "symbol" ], "license": "ISC", "lint-staged": { "*.js": [ "eslint" ], "*.{css,html,js,json,md,yaml,yml}": [ "prettier -c" ] }, "maintainers": [ { "name": "medikoo", "email": "medikoo+npm@medikoo.com" } ], "name": "es6-symbol", "optionalDependencies": {}, "prettier": { "overrides": [ { "files": [ "*.md" ], "options": { "tabWidth": 2 } } ], "printWidth": 100, "tabWidth": 4 }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/medikoo/es6-symbol.git" }, "scripts": { "lint": "eslint --ignore-path=.gitignore .", "lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'", "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"", "prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c", "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"", "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write", "test": "tad" }, "version": "3.1.3" }