{ "_args": [ [ "esri-loader@3.5.0", "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance" ] ], "_development": true, "_from": "esri-loader@3.5.0", "_id": "esri-loader@3.5.0", "_inBundle": false, "_integrity": "sha512-rIXyT51x/co86DPORKBMMldJrdLjghDepJ3WjDVTr2yZXBbghMbGgNA8yIQ9Pd/Gw6/fMgF9YHZU+wjRHRCDoA==", "_location": "/esri-loader", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "esri-loader@3.5.0", "name": "esri-loader", "escapedName": "esri-loader", "rawSpec": "3.5.0", "saveSpec": null, "fetchSpec": "3.5.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/esri-loader/-/esri-loader-3.5.0.tgz", "_spec": "3.5.0", "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance", "author": { "name": "Tom Wayson", "email": "tom@tomwayson.com", "url": "https://tomwayson.com" }, "browser": "dist/umd/esri-loader.js", "bugs": { "url": "https://github.com/Esri/esri-loader/issues" }, "description": "A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications", "devDependencies": { "@types/jasmine": "^2.8.11", "concurrently": "^3.4.0", "jasmine-core": "^2.8.0", "karma": "^6.3.16", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.2", "karma-firefox-launcher": "^1.1.0", "karma-jasmine": "^1.1.0", "karma-mocha-reporter": "^2.2.3", "karma-typescript": "^4.0.0", "mkdirp": "^0.5.1", "onchange": "^3.2.1", "rimraf": "^2.6.2", "rollup": "^0.41.6", "rollup-plugin-uglify": "^2.0.1", "tslint": "^5.7.0", "typescript": "^3.3.4000" }, "files": [ "dist" ], "homepage": "https://github.com/Esri/esri-loader", "js:next": "dist/esm/esri-loader.js", "keywords": [ "Esri", "ArcGIS", "JavaScript", "module", "loader", "Dojo" ], "license": "Apache-2.0", "main": "dist/umd/esri-loader.js", "module": "dist/esm/esri-loader.js", "name": "esri-loader", "repository": { "type": "git", "url": "git+https://github.com/Esri/esri-loader.git" }, "scripts": { "build": "npm run compile && npm run bundle", "build:release": "npm run build && npm run bundle -- profiles/prod.config.js", "bundle": "rollup -c", "clean": "rimraf dist && mkdirp dist", "compile": "tsc", "lint": "tslint -c tslint.json 'src/esri-loader.ts'", "prebuild:release": "npm run clean", "precompile": "npm run lint", "prepublish": "npm run build:release", "preversion": "npm run test && git add README.md CHANGELOG.md", "start": "karma start", "test": "karma start --single-run=true --browsers Firefox" }, "types": "dist/esm/esri-loader.d.ts", "version": "3.5.0" }