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.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "unquote@~1.1.1",
  3. "_id": "unquote@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=",
  6. "_location": "/unquote",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unquote@~1.1.1",
  12. "name": "unquote",
  13. "escapedName": "unquote",
  14. "rawSpec": "~1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
  22. "_shasum": "8fded7324ec6e88a0ff8b905e7c098cdc086d544",
  23. "_spec": "unquote@~1.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\svgo",
  25. "author": {
  26. "name": "Cameron Lakenen",
  27. "email": "cameron@lakenen.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lakenen/node-unquote/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Remove wrapping quotes from a string.",
  35. "devDependencies": {
  36. "tape": "^2.13.4"
  37. },
  38. "directories": {
  39. "test": "test"
  40. },
  41. "homepage": "https://github.com/lakenen/node-unquote",
  42. "keywords": [
  43. "string",
  44. "unquote",
  45. "quotes"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "unquote",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/lakenen/node-unquote.git"
  53. },
  54. "scripts": {
  55. "test": "node test/*"
  56. },
  57. "version": "1.1.1"
  58. }