wallet-core/node_modules/get-own-enumerable-property-symbols/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2017-08-14 05:01:11 +02:00
{
"name": "get-own-enumerable-property-symbols",
2018-09-20 02:56:13 +02:00
"version": "2.0.1",
2017-08-14 05:01:11 +02:00
"description": "Returns an array of all enumerable symbol properties found directly upon a given object",
2018-09-20 02:56:13 +02:00
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
2017-08-14 05:01:11 +02:00
"scripts": {
2018-09-20 02:56:13 +02:00
"transpile": "tsc",
"lint-js": "standard",
2017-08-14 05:01:11 +02:00
"unit": "node test.js",
2018-09-20 02:56:13 +02:00
"test": "run-s lint-js transpile unit"
},
"standard": {
"ignore": [
"lib"
]
2017-08-14 05:01:11 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/mightyiam/get-own-enumerable-property-symbols.git"
},
"keywords": [
"get",
"enumerable",
"symbol",
"property",
"key",
"object"
],
"author": "Shahar Or <mightyiampresence@gmail.com> (mightyiam)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mightyiam/get-own-enumerable-property-symbols/issues"
},
"homepage": "https://github.com/mightyiam/get-own-enumerable-property-symbols#readme",
"devDependencies": {
2018-09-20 02:56:13 +02:00
"npm-run-all": "^4.0.2",
"standard": "^10.0.0",
"typescript": "^2.3.4"
2017-08-14 05:01:11 +02:00
}
}