package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "style-search@^0.1.0",
  3. "_id": "style-search@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=",
  6. "_location": "/style-search",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "style-search@^0.1.0",
  12. "name": "style-search",
  13. "escapedName": "style-search",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/stylelint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz",
  22. "_shasum": "7958c793e47e32e07d2b5cafe5c0bf8e12e77902",
  23. "_spec": "style-search@^0.1.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\stylelint",
  25. "author": {
  26. "name": "David Clark"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/davidtheclark/style-search/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Search CSS(-like) strings",
  34. "devDependencies": {
  35. "tape": "^4.5.1"
  36. },
  37. "homepage": "https://github.com/davidtheclark/style-search#readme",
  38. "keywords": [
  39. "css",
  40. "search",
  41. "stylelint"
  42. ],
  43. "license": "ISC",
  44. "main": "index.js",
  45. "name": "style-search",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/davidtheclark/style-search.git"
  49. },
  50. "scripts": {
  51. "test": "tape test.js"
  52. },
  53. "version": "0.1.0"
  54. }