package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "unquote@1.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/svgo"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/unquote/download/unquote-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }