OwlCyberSecurity - MANAGER
Edit File: package.json
{ "name": "lazy-property", "version": "1.0.0", "description": "Lazily initialized properties for objects", "main": "lazyProperty.js", "directories": { "test": "test" }, "dependencies": {}, "devDependencies": { "tape": "^2.12.3" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/mikolalysenko/lazy-property.git" }, "keywords": [ "lazy", "property", "object", "initialize", "array", "dictionary" ], "author": "Mikola Lysenko", "license": "MIT", "readmeFilename": "README.md", "gitHead": "850a27f710ec72f05b534805c31f095ff590f1ea", "bugs": { "url": "https://github.com/mikolalysenko/lazy-property/issues" } }