package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "whatwg-url@5.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "whatwg-url@5.0.0",
  10. "_id": "whatwg-url@5.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  13. "_location": "/whatwg-url",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "whatwg-url@5.0.0",
  19. "name": "whatwg-url",
  20. "escapedName": "whatwg-url",
  21. "rawSpec": "5.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.0"
  24. },
  25. "_requiredBy": [
  26. "/node-fetch"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
  29. "_spec": "5.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sebastian Mayr",
  33. "email": "github@smayr.name"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jsdom/whatwg-url/issues"
  37. },
  38. "dependencies": {
  39. "tr46": "~0.0.3",
  40. "webidl-conversions": "^3.0.0"
  41. },
  42. "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
  43. "devDependencies": {
  44. "eslint": "^2.6.0",
  45. "istanbul": "~0.4.3",
  46. "mocha": "^2.2.4",
  47. "recast": "~0.10.29",
  48. "request": "^2.55.0",
  49. "webidl2js": "^3.0.2"
  50. },
  51. "files": [
  52. "lib/"
  53. ],
  54. "homepage": "https://github.com/jsdom/whatwg-url#readme",
  55. "license": "MIT",
  56. "main": "lib/public-api.js",
  57. "name": "whatwg-url",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/jsdom/whatwg-url.git"
  61. },
  62. "scripts": {
  63. "build": "node scripts/transform.js && node scripts/convert-idl.js",
  64. "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
  65. "lint": "eslint .",
  66. "prepublish": "npm run build",
  67. "pretest": "node scripts/get-latest-platform-tests.js && npm run build",
  68. "test": "mocha"
  69. },
  70. "version": "5.0.0"
  71. }