package.json 1.4 KB

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