Files
lsp/node_modules/require_optional/test/nestedTest/package.json
Arnaud Nelissen 3af7ddab06 Initial commit
2021-11-17 11:25:08 +01:00

12 lines
332 B
JSON

{
"name": "nestedtest",
"version": "1.0.0",
"description": "A dummy package that facilitates testing that require_optional correctly walks up the module call stack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sebastian Hallum Clarke",
"license": "ISC"
}