package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "is-absolute-url@2.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-absolute-url@2.1.0",
  10. "_id": "is-absolute-url@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=",
  13. "_location": "/is-absolute-url",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-absolute-url@2.1.0",
  19. "name": "is-absolute-url",
  20. "escapedName": "is-absolute-url",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-normalize-url"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/is-absolute-url/download/is-absolute-url-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "http://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/is-absolute-url/issues"
  38. },
  39. "description": "Check if an URL is absolute",
  40. "devDependencies": {
  41. "mocha": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/is-absolute-url#readme",
  50. "keywords": [
  51. "url",
  52. "absolute",
  53. "relative",
  54. "uri",
  55. "is",
  56. "check"
  57. ],
  58. "license": "MIT",
  59. "name": "is-absolute-url",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/is-absolute-url.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "version": "2.1.0"
  68. }