๐Ÿ“ฆ ljharb / own-keys

๐Ÿ“„ package.json ยท 35 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35{
	"name": "own-keys",
	"version": "0.0.0",
	"description": "Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible",
	"main": "index.js",
	"exports": {
		".": "./index.js",
		"./package.json": "./package.json"
	},
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ljharb/own-keys.git"
	},
	"keywords": [
		"own",
		"key",
		"keys",
		"propertykey",
		"string",
		"symbol",
		"enumerable",
		"non-enumerable",
		"robust"
	],
	"author": "Jordan Harband <ljharb@gmail.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/ljharb/own-keys/issues"
	},
	"homepage": "https://github.com/ljharb/own-keys#readme"
}