package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "original@1.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "original@1.0.2",
  10. "_id": "original@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5EKmHP/hxf0gpl8yYcJmY7MD8l8=",
  13. "_location": "/original",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "original@1.0.2",
  19. "name": "original",
  20. "escapedName": "original",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/eventsource"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/original/download/original-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Arnout Kazemier"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/unshiftio/original/issues"
  36. },
  37. "dependencies": {
  38. "url-parse": "^1.4.3"
  39. },
  40. "description": "Generate the origin from an URL or check if two URL/Origins are the same",
  41. "devDependencies": {
  42. "assume": "~2.1.0",
  43. "istanbul": "0.4.x",
  44. "mocha": "~3.5.0",
  45. "pre-commit": "~1.2.0"
  46. },
  47. "homepage": "https://github.com/unshiftio/original#readme",
  48. "keywords": [
  49. "origin",
  50. "url",
  51. "parse"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "original",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/unshiftio/original.git"
  59. },
  60. "scripts": {
  61. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  62. "coverage": "istanbul cover _mocha -- test.js",
  63. "test": "mocha test.js",
  64. "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
  65. "watch": "mocha --watch test.js"
  66. },
  67. "version": "1.0.2"
  68. }