aboutsummaryrefslogtreecommitdiff
path: root/node_modules/sanitize-filename/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/sanitize-filename/package.json')
-rw-r--r--node_modules/sanitize-filename/package.json77
1 files changed, 77 insertions, 0 deletions
diff --git a/node_modules/sanitize-filename/package.json b/node_modules/sanitize-filename/package.json
new file mode 100644
index 0000000..0ca9b6c
--- /dev/null
+++ b/node_modules/sanitize-filename/package.json
@@ -0,0 +1,77 @@
+{
+ "_from": "sanitize-filename@^1.6.2",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==",
+ "_location": "/sanitize-filename",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "sanitize-filename@^1.6.2",
+ "name": "sanitize-filename",
+ "escapedName": "sanitize-filename",
+ "rawSpec": "^1.6.2",
+ "saveSpec": null,
+ "fetchSpec": "^1.6.2"
+ },
+ "_requiredBy": [
+ "/@electron/get"
+ ],
+ "_resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.3.tgz",
+ "_shasum": "755ebd752045931977e30b2025d340d7c9090378",
+ "_spec": "sanitize-filename@^1.6.2",
+ "_where": "/Users/lucifer/Documents/styx/node_modules/@electron/get",
+ "author": {
+ "name": "Parsha Pourkhomami"
+ },
+ "bugs": {
+ "url": "https://github.com/parshap/node-sanitize-filename/issues"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Parsha Pourkhomami",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Joel Mukuthu",
+ "email": "[email protected]"
+ }
+ ],
+ "dependencies": {
+ "truncate-utf8-bytes": "^1.0.0"
+ },
+ "deprecated": false,
+ "description": "Sanitize a string for use as a filename",
+ "devDependencies": {
+ "airtap": "^2.0.3",
+ "browserify": "^14.0.0",
+ "concat-stream": "^1.5.1",
+ "mktemp": "^0.4.0",
+ "tape": "^4.2.2"
+ },
+ "homepage": "https://github.com/parshap/node-sanitize-filename#readme",
+ "keywords": [
+ "file",
+ "name",
+ "filename",
+ "sanitize",
+ "validate",
+ "escape"
+ ],
+ "license": "WTFPL OR ISC",
+ "main": "index.js",
+ "name": "sanitize-filename",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://[email protected]/parshap/node-sanitize-filename.git"
+ },
+ "scripts": {
+ "test": "tape test.js",
+ "test-browser": "airtap --local --open -- test.js",
+ "test-browser-sauce": "airtap -- test.js"
+ },
+ "types": "index.d.ts",
+ "version": "1.6.3"
+}