package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "@persagy-web/big@2.2.1",
  3. "_id": "@persagy-web/big@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qS0T687qKfVJoPYjlR+VZmC8hn7OBsuS27TmmkefelmJKhvS8NVw8yD+LF7Rg7PljHrpcIRqUvxdmalyubBtnA==",
  6. "_location": "/@persagy-web/big",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@persagy-web/big@2.2.1",
  12. "name": "@persagy-web/big",
  13. "escapedName": "@persagy-web%2fbig",
  14. "scope": "@persagy-web",
  15. "rawSpec": "2.2.1",
  16. "saveSpec": null,
  17. "fetchSpec": "2.2.1"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/@persagy-web/big/-/big-2.2.1.tgz",
  23. "_shasum": "3ee7ad0435fccb33f7693c72f9d447b60d06ff93",
  24. "_spec": "@persagy-web/big@2.2.1",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-fengmap",
  26. "author": {
  27. "name": "郝建龙",
  28. "url": "1061851420@qq.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@persagy-web/graph": "2.2.1"
  33. },
  34. "deprecated": false,
  35. "description": "博锐尚格建筑信息化库",
  36. "devDependencies": {
  37. "@types/jest": "^24.0.15",
  38. "@typescript-eslint/eslint-plugin": "^1.12.0",
  39. "@typescript-eslint/parser": "^1.12.0",
  40. "eslint": "^6.0.1",
  41. "eslint-config-prettier": "^6.0.0",
  42. "eslint-plugin-prettier": "^3.1.0",
  43. "node-ssh": "^6.0.0",
  44. "prettier": "^1.18.2",
  45. "ts-jest": "^24.0.2",
  46. "typedoc": "0.17.7",
  47. "typescript": "^3.9.3"
  48. },
  49. "keywords": [
  50. "big"
  51. ],
  52. "license": "ISC",
  53. "main": "lib/index.js",
  54. "name": "@persagy-web/big",
  55. "publishConfig": {
  56. "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
  57. },
  58. "remote": {
  59. "host": "47.94.89.44",
  60. "path": "/opt/tomcat9/webapps/api/web/big",
  61. "user": "user1",
  62. "password": "@)!^sagacloud",
  63. "local": "api"
  64. },
  65. "scripts": {
  66. "build": "tsc",
  67. "lint": "eslint src/**/*.{js,ts,tsx}",
  68. "publish": "npm publish",
  69. "publish-api": "node publish.js",
  70. "test": "jest",
  71. "typedoc": "typedoc --out api --hideGenerator src"
  72. },
  73. "types": "lib/index.d.js",
  74. "version": "2.2.1"
  75. }