package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "sanitize-filename@^1.6.0",
  3. "_id": "sanitize-filename@1.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YS2hyWRz+gLczaktzVtKsWSmdyo=",
  6. "_location": "/sanitize-filename",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sanitize-filename@^1.6.0",
  12. "name": "sanitize-filename",
  13. "escapedName": "sanitize-filename",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/electron-packager"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.1.tgz",
  22. "_shasum": "612da1c96473fa02dccda92dcd5b4ab164a6772a",
  23. "_spec": "sanitize-filename@^1.6.0",
  24. "_where": "E:\\vscode\\UseStudio.Desktop\\node_modules\\electron-packager",
  25. "author": {
  26. "name": "Parsha Pourkhomami"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/parshap/node-sanitize-filename/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Parsha Pourkhomami",
  35. "email": "parshap@gmail.com"
  36. },
  37. {
  38. "name": "Joel Mukuthu",
  39. "email": "joelmukuthu@gmail.com"
  40. }
  41. ],
  42. "dependencies": {
  43. "truncate-utf8-bytes": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Sanitize a string for use as a filename",
  47. "devDependencies": {
  48. "browserify": "^13.0.0",
  49. "concat-stream": "^1.5.1",
  50. "mktemp": "^0.4.0",
  51. "tape": "^4.2.2",
  52. "zuul": "^3.7.2"
  53. },
  54. "homepage": "https://github.com/parshap/node-sanitize-filename#readme",
  55. "keywords": [
  56. "file",
  57. "name",
  58. "filename",
  59. "sanitize",
  60. "validate",
  61. "escape"
  62. ],
  63. "license": "WTFPL OR ISC",
  64. "main": "index.js",
  65. "name": "sanitize-filename",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+ssh://git@github.com/parshap/node-sanitize-filename.git"
  69. },
  70. "scripts": {
  71. "test": "tape test.js",
  72. "test-browser": "zuul --local --open -- test.js",
  73. "test-browser-sauce": "zuul -- test.js"
  74. },
  75. "version": "1.6.1"
  76. }