File: /home/frenchy/www/french-american.org/current/node_modules/dockerfile-ast/package.json
{
"_args": [
[
"dockerfile-ast@0.0.16",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "dockerfile-ast@0.0.16",
"_id": "dockerfile-ast@0.0.16",
"_inBundle": false,
"_integrity": "sha512-+HZToHjjiLPl46TqBrok5dMrg5oCkZFPSROMQjRmvin0zG4FxK0DJXTpV/CUPYY2zpmEvVza55XLwSHFx/xZMw==",
"_location": "/dockerfile-ast",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dockerfile-ast@0.0.16",
"name": "dockerfile-ast",
"escapedName": "dockerfile-ast",
"rawSpec": "0.0.16",
"saveSpec": null,
"fetchSpec": "0.0.16"
},
"_requiredBy": [
"/snyk-docker-plugin"
],
"_resolved": "https://registry.npmjs.org/dockerfile-ast/-/dockerfile-ast-0.0.16.tgz",
"_spec": "0.0.16",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Remy Suen"
},
"bugs": {
"url": "https://github.com/rcjsuen/dockerfile-ast/"
},
"dependencies": {
"vscode-languageserver-types": "^3.5.0"
},
"description": "Parse a Dockerfile into an array of instructions and comments.",
"devDependencies": {
"@types/mocha": "^5.2.0",
"@types/node": "^6.0.52",
"mocha": "^5.2.0",
"nyc": "^11.0.2",
"typescript": "~2.6.1"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/rcjsuen/dockerfile-ast#readme",
"keywords": [
"ast",
"abstract",
"docker",
"dockerfile",
"moby",
"parse",
"parser",
"syntax",
"tree"
],
"license": "MIT",
"main": "lib/main.js",
"name": "dockerfile-ast",
"repository": {
"type": "git",
"url": "git+https://github.com/rcjsuen/dockerfile-ast.git"
},
"scripts": {
"build": "tsc -p .",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"nyc": "nyc mocha out/test out/test/instructions",
"nyc-ci": "nyc --cache false mocha out/test out/test/instructions",
"prepublish": "tsc -p ./src",
"test": "mocha out/test out/test/instructions",
"watch": "tsc --watch -p ."
},
"typings": "./lib/main",
"version": "0.0.16"
}