package.json 1.3 KB

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