UNPKG

pshregistry-parser

Version:

Helper for library for accessing image data from the Upsun Registry and generating configuration files.

49 lines (48 loc) 1.26 kB
{ "name": "pshregistry-parser", "version": "1.6.0", "description": "Helper for library for accessing image data from the Upsun Registry and generating configuration files.", "main": "lib/registry-parser.js", "keywords": [ "platformsh", "paas", "registry", "upsun.com" ], "author": "Chad Carlson <chad.carlson@platform.sh> (https://platform.sh)", "contributors": [ { "name": "Paul Gilzow", "email": "paul.gilzow@upsun.com" } ], "license": "MIT", "bugs": { "url": "https://lab.plat.farm/devrel/docs/tools/pshregistry-parser/issues" }, "directories": { "lib": "lib", "src": "src", "test": "tests" }, "scripts": { "lint": "./node_modules/eslint/bin/eslint.js src/", "prepare": "npm run build", "build": "mkdir -p ./lib && cp src/* lib", "test": "NODE_ENV=test mocha --reporter spec" }, "repository": { "type": "git", "url": "git+https://lab.plat.farm/devrel/docs/tools/pshregistry-parser.git" }, "homepage": "https://lab.plat.farm/devrel/docs/tools/pshregistry-parser#readme", "devDependencies": { "assert": "^1.4.1", "eslint": "^5.14.1", "js-yaml": "^4.1.0", "mocha": "^6.0.0" }, "dependencies": { "semver": "^7.3.7" } }