wallet-core/node_modules/get-own-enumerable-property-symbols/package.json
2017-08-14 05:02:09 +02:00

33 lines
882 B
JSON

{
"name": "get-own-enumerable-property-symbols",
"version": "1.0.1",
"description": "Returns an array of all enumerable symbol properties found directly upon a given object",
"main": "index.js",
"scripts": {
"lint": "standard",
"unit": "node test.js",
"test": "npm run lint && npm run unit"
},
"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": {
"standard": "^8.5.0"
}
}