You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "filenamify@^2.0.0",
  3. "_id": "filenamify@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA==",
  6. "_location": "/filenamify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "filenamify@^2.0.0",
  12. "name": "filenamify",
  13. "escapedName": "filenamify",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper/download",
  20. "/download"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/filenamify/-/filenamify-2.1.0.tgz",
  23. "_shasum": "88faf495fb1b47abfd612300002a16228c677ee9",
  24. "_spec": "filenamify@^2.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\download",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/filenamify/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "filename-reserved-regex": "^2.0.0",
  37. "strip-outer": "^1.0.0",
  38. "trim-repeated": "^1.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Convert a string to a valid safe filename",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/filenamify#readme",
  53. "keywords": [
  54. "filename",
  55. "safe",
  56. "sanitize",
  57. "file",
  58. "name",
  59. "string",
  60. "path",
  61. "filepath",
  62. "convert",
  63. "valid",
  64. "dirname"
  65. ],
  66. "license": "MIT",
  67. "name": "filenamify",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/filenamify.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "2.1.0"
  76. }