diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 22:54:37 +0300 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-10-12 22:54:37 +0300 |
commit | 703e03aba33f234712206769f57717ba7d92d23d (patch) | |
tree | 0041f04ccb75bd5379c764e9fe42249fffe75fc3 /node_modules/flora-colossus/package.json | |
parent | ab6e257e6e9d9a483d7e86f220d8b209a2cd7753 (diff) | |
download | FlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.gz FlashRunner-703e03aba33f234712206769f57717ba7d92d23d.tar.zst |
Added export_allowed file to make repository visible in cgit
Diffstat (limited to 'node_modules/flora-colossus/package.json')
-rw-r--r-- | node_modules/flora-colossus/package.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/node_modules/flora-colossus/package.json b/node_modules/flora-colossus/package.json new file mode 100644 index 0000000..7ae6bdc --- /dev/null +++ b/node_modules/flora-colossus/package.json @@ -0,0 +1,37 @@ +{ + "name": "flora-colossus", + "version": "1.0.1", + "description": "Walks your node_modules tree", + "main": "lib/index.js", + "typings": "lib/index.d.ts", + "scripts": { + "build": "tsc", + "prepublish": "npm run build", + "pretest": "cd test/fixtures/xml2js && yarn --frozen-lockfile", + "test": "mocha --require ts-node/register test/*_spec.ts" + }, + "keywords": [ + "prune", + "production" + ], + "author": "Samuel Attard", + "license": "MIT", + "devDependencies": { + "@types/chai": "^4.1.7", + "@types/debug": "^0.0.31", + "@types/fs-extra": "^5.0.4", + "@types/mocha": "^5.2.5", + "chai": "^4.2.0", + "mocha": "^5.2.0", + "sane": "^2.5.0", + "ts-node": "^7.0.1", + "typescript": "^3.2.2" + }, + "dependencies": { + "debug": "^4.1.1", + "fs-extra": "^7.0.0" + }, + "engines": { + "node": ">= 6.0.0" + } +} |