UNPKG

get-own-property-symbols

Version:
74 lines (73 loc) 1.94 kB
{ "version": "0.9.6", "license": "MIT", "name": "get-own-property-symbols", "description": "", "homepage": "https://github.com/es-shims/get-own-property-symbols", "keywords": [ "Object", "getOwnPropertySymbols", "ES6", "Symbol", "polyfill" ], "author": { "name": "Andrea Giammarchi", "web": "https://webreflection.blogspot.com/" }, "repository": { "type": "git", "url": "git://github.com/es-shims/get-own-property-symbols.git" }, "main": "./build/get-own-property-symbols.node.js", "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated", "prepublishOnly": "safe-publish-latest && npm run build", "prepublish": "not-in-publish || npm run prepublishOnly", "prelint": "npm run build", "lint": "eslint src build/*.max.js", "postlint": "tsc -p . && attw -P", "clean": "rimraf build", "web": "tiny-cdn run", "prebuild": "npm run clean && mkdirp build", "build": "make", "pretest": "npm run lint", "test": "npm run tests-only", "posttest": "npx npm@'>=10.2' audit --production", "pretests-only": "npm run build", "tests-only": "nyc tape 'test/**/*.js'" }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.0", "@ljharb/eslint-config": "^21.1.1", "@ljharb/tsconfig": "^0.2.0", "@types/tape": "^5.6.5", "es5-shim": "^4.6.7", "es6-shim": "^0.35.8", "eslint": "=8.8.0", "in-publish": "^2.0.1", "markdown": "^0.5.0", "mkdirp": "^0.5.6", "npmignore": "^0.3.1", "nyc": "^10.3.2", "rimraf": "^2.7.1", "safe-publish-latest": "^2.0.0", "tape": "^5.9.0", "tiny-cdn": "^0.7.0", "typescript": "next", "uglify-js": "^2.8.29" }, "publishConfig": { "ignore": [ "!build", "build/*.amd.js", "index.html", "Makefile", "template/", ".github/workflows" ] }, "engines": { "node": ">= 0.4" } }