package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "caniuse-lite@1.0.30000963",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "caniuse-lite@1.0.30000963",
  10. "_id": "caniuse-lite@1.0.30000963",
  11. "_inBundle": false,
  12. "_integrity": "sha1-W+SB1SkvIq/17g20psBJtltXmLE=",
  13. "_location": "/caniuse-lite",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "caniuse-lite@1.0.30000963",
  19. "name": "caniuse-lite",
  20. "escapedName": "caniuse-lite",
  21. "rawSpec": "1.0.30000963",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.30000963"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer",
  27. "/browserslist",
  28. "/caniuse-api"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/caniuse-lite/download/caniuse-lite-1.0.30000963.tgz",
  31. "_spec": "1.0.30000963",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Ben Briggs",
  35. "email": "beneb.info@gmail.com",
  36. "url": "http://beneb.info"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ben-eb/caniuse-lite/issues"
  40. },
  41. "description": "A smaller version of caniuse-db, with only the essentials!",
  42. "files": [
  43. "data",
  44. "dist"
  45. ],
  46. "homepage": "https://github.com/ben-eb/caniuse-lite#readme",
  47. "keywords": [
  48. "support",
  49. "css",
  50. "js",
  51. "html5",
  52. "svg"
  53. ],
  54. "license": "CC-BY-4.0",
  55. "main": "dist/unpacker/index.js",
  56. "name": "caniuse-lite",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/ben-eb/caniuse-lite.git"
  60. },
  61. "scripts": {
  62. "prepublish": "del-cli dist && babel src/unpacker -d dist/unpacker && mkdir dist/lib && babel src/lib/statuses.js -o dist/lib/statuses.js && babel src/lib/supported.js -o dist/lib/supported.js"
  63. },
  64. "version": "1.0.30000963"
  65. }