aboutsummaryrefslogtreecommitdiff
path: root/node_modules/camelcase/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/camelcase/package.json')
-rw-r--r--node_modules/camelcase/package.json44
1 files changed, 0 insertions, 44 deletions
diff --git a/node_modules/camelcase/package.json b/node_modules/camelcase/package.json
deleted file mode 100644
index c433579..0000000
--- a/node_modules/camelcase/package.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "camelcase",
- "version": "6.3.0",
- "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
- "license": "MIT",
- "repository": "sindresorhus/camelcase",
- "funding": "https://github.com/sponsors/sindresorhus",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "engines": {
- "node": ">=10"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "camelcase",
- "camel-case",
- "camel",
- "case",
- "dash",
- "hyphen",
- "dot",
- "underscore",
- "separator",
- "string",
- "text",
- "convert",
- "pascalcase",
- "pascal-case"
- ],
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.11.0",
- "xo": "^0.28.3"
- }
-}