atcheck/lsscanner/new_ubuntu/node_modules/sanitize-filename/package.json

82 lines
2.0 KiB
JSON

{
"_args": [
[
"sanitize-filename@1.6.3",
"/home/massta/Documents/new"
]
],
"_development": true,
"_from": "sanitize-filename@1.6.3",
"_id": "sanitize-filename@1.6.3",
"_inBundle": false,
"_integrity": "sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==",
"_location": "/sanitize-filename",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sanitize-filename@1.6.3",
"name": "sanitize-filename",
"escapedName": "sanitize-filename",
"rawSpec": "1.6.3",
"saveSpec": null,
"fetchSpec": "1.6.3"
},
"_requiredBy": [
"/@electron/get"
],
"_resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.3.tgz",
"_spec": "1.6.3",
"_where": "/home/massta/Documents/new",
"author": {
"name": "Parsha Pourkhomami"
},
"bugs": {
"url": "https://github.com/parshap/node-sanitize-filename/issues"
},
"contributors": [
{
"name": "Parsha Pourkhomami",
"email": "parshap@gmail.com"
},
{
"name": "Joel Mukuthu",
"email": "joelmukuthu@gmail.com"
}
],
"dependencies": {
"truncate-utf8-bytes": "^1.0.0"
},
"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://git@github.com/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"
}