package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "tr46@0.0.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tr46@0.0.3",
  10. "_id": "tr46@0.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  13. "_location": "/tr46",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tr46@0.0.3",
  19. "name": "tr46",
  20. "escapedName": "tr46",
  21. "rawSpec": "0.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.3"
  24. },
  25. "_requiredBy": [
  26. "/whatwg-url"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
  29. "_spec": "0.0.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sebastian Mayr",
  33. "email": "npm@smayr.name"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Sebmaster/tr46.js/issues"
  37. },
  38. "description": "An implementation of the Unicode TR46 spec",
  39. "devDependencies": {
  40. "mocha": "^2.2.5",
  41. "request": "^2.57.0"
  42. },
  43. "homepage": "https://github.com/Sebmaster/tr46.js#readme",
  44. "keywords": [
  45. "unicode",
  46. "tr46",
  47. "url",
  48. "whatwg"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "tr46",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/Sebmaster/tr46.js.git"
  56. },
  57. "scripts": {
  58. "prepublish": "node scripts/generateMappingTable.js",
  59. "pretest": "node scripts/getLatestUnicodeTests.js",
  60. "test": "mocha"
  61. },
  62. "version": "0.0.3"
  63. }