package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "easings-css@^1.0.0",
  3. "_id": "easings-css@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7Uq7NdazNfVtr0RNmPAys8it0zKCuaqxJStYKEl72D3j4gbvXhhaM7iWNbqhA4C94ygCye6VuyhzBRQC4szeBg==",
  6. "_location": "/easings-css",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "easings-css@^1.0.0",
  12. "name": "easings-css",
  13. "escapedName": "easings-css",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@riophae/vue-treeselect"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/easings-css/-/easings-css-1.0.0.tgz",
  22. "_shasum": "dde569003bb7a4a0c0b77878f5db3e0be5679c81",
  23. "_spec": "easings-css@^1.0.0",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@riophae\\vue-treeselect",
  25. "author": {
  26. "name": "Jacob Buck",
  27. "email": "buck.jacob@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jacobbuck/easings-css/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Easing functions for CSS.",
  35. "homepage": "https://github.com/jacobbuck/easings-css#readme",
  36. "keywords": [
  37. "animation",
  38. "css",
  39. "easings",
  40. "less",
  41. "sass",
  42. "scss",
  43. "timing-function",
  44. "transition"
  45. ],
  46. "license": "MIT",
  47. "main": "easings.json",
  48. "name": "easings-css",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/jacobbuck/easings-css.git"
  52. },
  53. "scripts": {
  54. "test": "echo \"Error: no test specified\" && exit 1"
  55. },
  56. "version": "1.0.0"
  57. }