27 lines
671 B
JSON
27 lines
671 B
JSON
{
|
|
"name": "@11ty/dependency-tree-esm",
|
|
"version": "2.0.4",
|
|
"description": "Finds all JavaScript ES Module dependencies from a filename.",
|
|
"main": "main.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root directory\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/11ty/eleventy-utils.git"
|
|
},
|
|
"author": {
|
|
"name": "Zach Leatherman",
|
|
"email": "zach@zachleat.com",
|
|
"url": "https://zachleat.com/"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@11ty/eleventy-utils": "^2.0.7",
|
|
"acorn": "^8.15.0",
|
|
"dependency-graph": "^1.0.0",
|
|
"normalize-path": "^3.0.0"
|
|
}
|
|
}
|