pshregistry-parser
Version:
Helper for library for accessing image data from the Platform.sh Registry and generating configuration files.
42 lines (41 loc) • 1.14 kB
JSON
{
"name": "pshregistry-parser",
"version": "1.5.7",
"description": "Helper for library for accessing image data from the Platform.sh Registry and generating configuration files.",
"main": "lib/registry-parser.js",
"keywords": [
"platformsh",
"paas",
"registry"
],
"author": "Chad Carlson <chad.carlson@platform.sh> (https://platform.sh)",
"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"
}
}