UNPKG

1.84 kBJSONView Raw
1{
2 "name": "get-own-enumerable-property-symbols",
3 "version": "3.0.2",
4 "description": "Returns an array of all enumerable symbol properties found directly upon a given object",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "files": [
8 "lib/index.d.ts",
9 "lib/index.js",
10 "lib/index.js.map"
11 ],
12 "scripts": {
13 "release": "standard-version",
14 "lint": "eslint --ext .ts .",
15 "transpile": "tsc",
16 "unit": "node lib/test.js",
17 "test": "run-s lint transpile unit"
18 },
19 "standard": {
20 "ignore": [
21 "lib"
22 ]
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/mightyiam/get-own-enumerable-property-symbols.git"
27 },
28 "keywords": [
29 "get",
30 "enumerable",
31 "symbol",
32 "property",
33 "key",
34 "object"
35 ],
36 "author": "Shahar Or <mightyiampresence@gmail.com> (mightyiam)",
37 "license": "ISC",
38 "bugs": {
39 "url": "https://github.com/mightyiam/get-own-enumerable-property-symbols/issues"
40 },
41 "husky": {
42 "hooks": {
43 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
44 "pre-commit": "npm test"
45 }
46 },
47 "homepage": "https://github.com/mightyiam/get-own-enumerable-property-symbols#readme",
48 "devDependencies": {
49 "@commitlint/cli": "^8.2.0",
50 "@commitlint/config-conventional": "^8.2.0",
51 "@commitlint/travis-cli": "^8.2.0",
52 "@types/node": "^12.12.11",
53 "@typescript-eslint/eslint-plugin": "^2.8.0",
54 "eslint": "^6.6.0",
55 "eslint-config-standard-with-typescript": "^11.0.1",
56 "eslint-plugin-import": "^2.18.2",
57 "eslint-plugin-node": "^10.0.0",
58 "eslint-plugin-promise": "^4.2.1",
59 "eslint-plugin-standard": "^4.0.1",
60 "husky": "^3.1.0",
61 "npm-run-all": "^4.1.5",
62 "standard-version": "^7.0.1",
63 "tsconfigs": "^4.0.1",
64 "typescript": "^3.7.2"
65 },
66 "eslintIgnore": [
67 "*.d.ts"
68 ]
69}