package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "tr46@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tr46@1.0.1",
  10. "_id": "tr46@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=",
  13. "_location": "/tr46",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tr46@1.0.1",
  19. "name": "tr46",
  20. "escapedName": "tr46",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/data-urls/whatwg-url",
  27. "/whatwg-url"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/tr46/download/tr46-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sebastian Mayr",
  34. "email": "npm@smayr.name"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/Sebmaster/tr46.js/issues"
  38. },
  39. "dependencies": {
  40. "punycode": "^2.1.0"
  41. },
  42. "description": "An implementation of the Unicode TR46 spec",
  43. "devDependencies": {
  44. "eslint": "^3.13.0",
  45. "mocha": "^3.2.0",
  46. "regenerate": "^1.3.2",
  47. "request": "^2.79.0",
  48. "unicode-10.0.0": "^0.7.4"
  49. },
  50. "files": [
  51. "index.js",
  52. "lib/mappingTable.json",
  53. "lib/regexes.js"
  54. ],
  55. "homepage": "https://github.com/Sebmaster/tr46.js#readme",
  56. "keywords": [
  57. "unicode",
  58. "tr46",
  59. "url",
  60. "whatwg"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "tr46",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/Sebmaster/tr46.js.git"
  68. },
  69. "scripts": {
  70. "lint": "eslint .",
  71. "prepublish": "node scripts/generateMappingTable.js && node scripts/generateRegexes.js",
  72. "pretest": "node scripts/getLatestTests.js",
  73. "test": "mocha"
  74. },
  75. "unicodeVersion": "10.0.0",
  76. "version": "1.0.1"
  77. }