package.json 2.12 KB
{
  "_args": [
    [
      "sanitize-filename@1.6.3",
      "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
    ]
  ],
  "_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",
    "/appium-support"
  ],
  "_resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.3.tgz",
  "_spec": "1.6.3",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
  "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"
}