package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "esri-loader@3.5.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "esri-loader@3.5.0",
  10. "_id": "esri-loader@3.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rIXyT51x/co86DPORKBMMldJrdLjghDepJ3WjDVTr2yZXBbghMbGgNA8yIQ9Pd/Gw6/fMgF9YHZU+wjRHRCDoA==",
  13. "_location": "/esri-loader",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "esri-loader@3.5.0",
  19. "name": "esri-loader",
  20. "escapedName": "esri-loader",
  21. "rawSpec": "3.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.5.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/esri-loader/-/esri-loader-3.5.0.tgz",
  29. "_spec": "3.5.0",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Tom Wayson",
  33. "email": "tom@tomwayson.com",
  34. "url": "https://tomwayson.com"
  35. },
  36. "browser": "dist/umd/esri-loader.js",
  37. "bugs": {
  38. "url": "https://github.com/Esri/esri-loader/issues"
  39. },
  40. "description": "A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications",
  41. "devDependencies": {
  42. "@types/jasmine": "^2.8.11",
  43. "concurrently": "^3.4.0",
  44. "jasmine-core": "^2.8.0",
  45. "karma": "^6.3.16",
  46. "karma-chrome-launcher": "^2.0.0",
  47. "karma-coverage": "^1.1.2",
  48. "karma-firefox-launcher": "^1.1.0",
  49. "karma-jasmine": "^1.1.0",
  50. "karma-mocha-reporter": "^2.2.3",
  51. "karma-typescript": "^4.0.0",
  52. "mkdirp": "^0.5.1",
  53. "onchange": "^3.2.1",
  54. "rimraf": "^2.6.2",
  55. "rollup": "^0.41.6",
  56. "rollup-plugin-uglify": "^2.0.1",
  57. "tslint": "^5.7.0",
  58. "typescript": "^3.3.4000"
  59. },
  60. "files": [
  61. "dist"
  62. ],
  63. "homepage": "https://github.com/Esri/esri-loader",
  64. "js:next": "dist/esm/esri-loader.js",
  65. "keywords": [
  66. "Esri",
  67. "ArcGIS",
  68. "JavaScript",
  69. "module",
  70. "loader",
  71. "Dojo"
  72. ],
  73. "license": "Apache-2.0",
  74. "main": "dist/umd/esri-loader.js",
  75. "module": "dist/esm/esri-loader.js",
  76. "name": "esri-loader",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/Esri/esri-loader.git"
  80. },
  81. "scripts": {
  82. "build": "npm run compile && npm run bundle",
  83. "build:release": "npm run build && npm run bundle -- profiles/prod.config.js",
  84. "bundle": "rollup -c",
  85. "clean": "rimraf dist && mkdirp dist",
  86. "compile": "tsc",
  87. "lint": "tslint -c tslint.json 'src/esri-loader.ts'",
  88. "prebuild:release": "npm run clean",
  89. "precompile": "npm run lint",
  90. "prepublish": "npm run build:release",
  91. "preversion": "npm run test && git add README.md CHANGELOG.md",
  92. "start": "karma start",
  93. "test": "karma start --single-run=true --browsers Firefox"
  94. },
  95. "types": "dist/esm/esri-loader.d.ts",
  96. "version": "3.5.0"
  97. }