package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "css-url-regex@^1.1.0",
  3. "_id": "css-url-regex@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-g4NCMMyfdMRX3lnuvRVD/uuDt+w=",
  6. "_location": "/css-url-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css-url-regex@^1.1.0",
  12. "name": "css-url-regex",
  13. "escapedName": "css-url-regex",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/css-url-regex/-/css-url-regex-1.1.0.tgz",
  22. "_shasum": "83834230cc9f74c457de59eebd1543feeb83b7ec",
  23. "_spec": "css-url-regex@^1.1.0",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\svgo",
  25. "author": {
  26. "name": "John Otander",
  27. "email": "johnotander@gmail.com",
  28. "url": "http://johnotander.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/johnotander/css-url-regex/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Regular expression for matching CSS urls.",
  36. "devDependencies": {
  37. "ava": "^0.2.0"
  38. },
  39. "files": [
  40. "index.js"
  41. ],
  42. "homepage": "https://github.com/johnotander/css-url-regex",
  43. "keywords": [
  44. "css",
  45. "css-url",
  46. "regex",
  47. "regexp"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "css-url-regex",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/johnotander/css-url-regex.git"
  55. },
  56. "scripts": {
  57. "test": "ava"
  58. },
  59. "version": "1.1.0"
  60. }