generate-object-property
Version:
Generate safe JS code that can used to reference a object property
26 lines (25 loc) • 659 B
JSON
{
"name": "generate-object-property",
"version": "2.0.0",
"description": "Generate safe JS code that can used to reference a object property",
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/generate-object-property"
},
"devDependencies": {
"brittle": "^3.7.0"
},
"scripts": {
"test": "brittle test.js"
},
"dependencies": {
"is-property": "^1.0.0"
},
"bugs": {
"url": "https://github.com/mafintosh/generate-object-property/issues"
},
"homepage": "https://github.com/mafintosh/generate-object-property",
"main": "index.js",
"author": "Mathias Buus (@mafintosh)",
"license": "MIT"
}