summaryrefslogtreecommitdiff
path: root/node_modules/flora-colossus/package.json
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
commit726b81b19251674e149ccfbb1abacbd837fc6db0 (patch)
treefbdbb227dc01357eb76e8222d76185bc124c5ca6 /node_modules/flora-colossus/package.json
parent34f0890e175698940d49238097579f44e4d78c89 (diff)
downloadFlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.gz
FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.zst
Removed files that should not have been included in git
Diffstat (limited to 'node_modules/flora-colossus/package.json')
-rw-r--r--node_modules/flora-colossus/package.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/node_modules/flora-colossus/package.json b/node_modules/flora-colossus/package.json
deleted file mode 100644
index 7ae6bdc..0000000
--- a/node_modules/flora-colossus/package.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "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"
- }
-}