No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

68 líneas
1.9 KiB

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