summaryrefslogtreecommitdiffstats
path: root/node_modules/true-case-path/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
commit81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch)
tree8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/true-case-path/package.json
parent1870f3fdf43707a15fda0f609a021f516f45eb63 (diff)
downloadwebsite_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip
rm node_modules
Diffstat (limited to 'node_modules/true-case-path/package.json')
-rw-r--r--node_modules/true-case-path/package.json56
1 files changed, 0 insertions, 56 deletions
diff --git a/node_modules/true-case-path/package.json b/node_modules/true-case-path/package.json
deleted file mode 100644
index bad1968..0000000
--- a/node_modules/true-case-path/package.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "_from": "true-case-path@^1.0.2",
- "_id": "true-case-path@1.0.3",
- "_inBundle": false,
- "_integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
- "_location": "/true-case-path",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "true-case-path@^1.0.2",
- "name": "true-case-path",
- "escapedName": "true-case-path",
- "rawSpec": "^1.0.2",
- "saveSpec": null,
- "fetchSpec": "^1.0.2"
- },
- "_requiredBy": [
- "/node-sass"
- ],
- "_resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
- "_shasum": "f813b5a8c86b40da59606722b144e3225799f47d",
- "_spec": "true-case-path@^1.0.2",
- "_where": "/home/pruss/Dev/3-minute-website/node_modules/node-sass",
- "author": {
- "name": "barsh"
- },
- "bugs": {
- "url": "https://github.com/barsh/true-case-path/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Michael Klement",
- "email": "mklement0@gmail.com",
- "url": "https://github.com/mklement0"
- }
- ],
- "dependencies": {
- "glob": "^7.1.2"
- },
- "deprecated": false,
- "description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
- "homepage": "https://github.com/barsh/true-case-path#readme",
- "license": "Apache-2.0",
- "main": "index.js",
- "name": "true-case-path",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/barsh/true-case-path.git"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "version": "1.0.3"
-}