package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "whatwg-url@6.5.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "whatwg-url@6.5.0",
  10. "_id": "whatwg-url@6.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8t8Cv/F2/WUHDfdK1cy7WhmZZag=",
  13. "_location": "/whatwg-url",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "whatwg-url@6.5.0",
  19. "name": "whatwg-url",
  20. "escapedName": "whatwg-url",
  21. "rawSpec": "6.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.5.0"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/whatwg-url/download/whatwg-url-6.5.0.tgz",
  29. "_spec": "6.5.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "lodash.sortby": "^4.7.0",
  40. "tr46": "^1.0.1",
  41. "webidl-conversions": "^4.0.2"
  42. },
  43. "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
  44. "devDependencies": {
  45. "browserify": "^16.2.2",
  46. "domexception": "^1.0.1",
  47. "eslint": "^4.19.1",
  48. "istanbul": "~0.4.5",
  49. "jest": "^22.4.3",
  50. "jsdom": "^11.8.0",
  51. "recast": "~0.14.7",
  52. "request": "^2.85.0",
  53. "webidl2js": "^7.4.0"
  54. },
  55. "files": [
  56. "lib/"
  57. ],
  58. "homepage": "https://github.com/jsdom/whatwg-url#readme",
  59. "jest": {
  60. "collectCoverageFrom": [
  61. "lib/**/*.js",
  62. "!lib/utils.js"
  63. ],
  64. "coverageDirectory": "coverage",
  65. "coverageReporters": [
  66. "lcov",
  67. "text-summary"
  68. ],
  69. "testEnvironment": "node",
  70. "testMatch": [
  71. "<rootDir>/test/**/*.js"
  72. ],
  73. "testPathIgnorePatterns": [
  74. "^<rootDir>/test/testharness.js$",
  75. "^<rootDir>/test/web-platform-tests/"
  76. ]
  77. },
  78. "license": "MIT",
  79. "main": "lib/public-api.js",
  80. "name": "whatwg-url",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jsdom/whatwg-url.git"
  84. },
  85. "scripts": {
  86. "build": "node scripts/transform.js && node scripts/convert-idl.js",
  87. "build-live-viewer": "browserify lib/public-api.js --standalone whatwgURL > live-viewer/whatwg-url.js",
  88. "coverage": "jest --coverage",
  89. "lint": "eslint .",
  90. "prepublish": "node scripts/transform.js && node scripts/convert-idl.js",
  91. "pretest": "node scripts/get-latest-platform-tests.js && node scripts/transform.js && node scripts/convert-idl.js",
  92. "test": "jest"
  93. },
  94. "version": "6.5.0"
  95. }