package.json 1.6 KB

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