package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "pasition@1.0.3",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "pasition@1.0.3",
  9. "_id": "pasition@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Ez1u1K5+vYGdKWUUkdU/dBUSc70=",
  12. "_location": "/pasition",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pasition@1.0.3",
  18. "name": "pasition",
  19. "escapedName": "pasition",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/xgplayer"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/pasition/download/pasition-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  30. "author": {
  31. "name": "dntzhang"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/AlloyTeam/pasition/issues/new"
  35. },
  36. "dependencies": {},
  37. "description": "Path Transition with little JS code, render to anywhere.",
  38. "devDependencies": {
  39. "babel-plugin-external-helpers": "^6.18.0",
  40. "babel-preset-es2015": "^6.18.0",
  41. "babelrc-rollup": "^3.0.0",
  42. "rollup": "^0.37.0",
  43. "rollup-plugin-babel": "^2.7.1",
  44. "rollup-plugin-license": "^0.3.0",
  45. "rollup-plugin-uglify": "^1.0.1",
  46. "rollup-watch": "^2.5.0"
  47. },
  48. "homepage": "http://alloyteam.github.io/pasition",
  49. "keywords": [
  50. "pasition",
  51. "path",
  52. "svg",
  53. "canvas"
  54. ],
  55. "license": "MIT",
  56. "main": "dist/pasition.js",
  57. "name": "pasition",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/AlloyTeam/pasition.git"
  61. },
  62. "scripts": {
  63. "build": "npm run dev&&npm run dist",
  64. "debug": "rollup -c -w",
  65. "dev": "rollup -c",
  66. "dist": "rollup -c"
  67. },
  68. "version": "1.0.3"
  69. }