package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "punycode@2.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "punycode@2.1.1",
  10. "_id": "punycode@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew=",
  13. "_location": "/punycode",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "punycode@2.1.1",
  19. "name": "punycode",
  20. "escapedName": "punycode",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/isemail",
  27. "/tr46",
  28. "/uri-js"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/punycode/download/punycode-2.1.1.tgz",
  31. "_spec": "2.1.1",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Mathias Bynens",
  35. "url": "https://mathiasbynens.be/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/bestiejs/punycode.js/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Mathias Bynens",
  43. "url": "https://mathiasbynens.be/"
  44. }
  45. ],
  46. "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
  47. "devDependencies": {
  48. "codecov": "^1.0.1",
  49. "istanbul": "^0.4.1",
  50. "mocha": "^2.5.3"
  51. },
  52. "engines": {
  53. "node": ">=6"
  54. },
  55. "files": [
  56. "LICENSE-MIT.txt",
  57. "punycode.js",
  58. "punycode.es6.js"
  59. ],
  60. "homepage": "https://mths.be/punycode",
  61. "jsnext:main": "punycode.es6.js",
  62. "jspm": {
  63. "map": {
  64. "./punycode.js": {
  65. "node": "@node/punycode"
  66. }
  67. }
  68. },
  69. "keywords": [
  70. "punycode",
  71. "unicode",
  72. "idn",
  73. "idna",
  74. "dns",
  75. "url",
  76. "domain"
  77. ],
  78. "license": "MIT",
  79. "main": "punycode.js",
  80. "module": "punycode.es6.js",
  81. "name": "punycode",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/bestiejs/punycode.js.git"
  85. },
  86. "scripts": {
  87. "prepublish": "node scripts/prepublish.js",
  88. "test": "mocha tests"
  89. },
  90. "version": "2.1.1"
  91. }