Comparing version 2.0.5 to 2.2.0
{ | ||
"name": "ags-walk", | ||
"version": "2.0.5", | ||
"version": "2.2.0", | ||
"description": "Walks an ArcGIS Server Rest API and returns all services", | ||
"main": "index.js", | ||
"bin": "./cli.js", | ||
"browser": { | ||
@@ -26,3 +27,5 @@ "request": "xhr" | ||
"dependencies": { | ||
"chalk": "^2.3.0", | ||
"flatten": "^1.0.2", | ||
"minimist": "^1.2.0", | ||
"request": "^2.79.0", | ||
@@ -33,3 +36,3 @@ "run-parallel-limit": "^1.0.3", | ||
"devDependencies": { | ||
"browserify": "^14.5.0", | ||
"browserify": "^15.0.0", | ||
"documentation": "^5.3.3", | ||
@@ -36,0 +39,0 @@ "tape": "^4.6.3", |
@@ -12,9 +12,24 @@ # ags-walk | ||
## command line | ||
With Node v8.2.0+ it is not necessary to install ags-walk. You can run: | ||
`npx ags-walk <server-url> [options]` | ||
See example and available options by entering | ||
`npx ags-walk -h` | ||
## install | ||
For Node.js: | ||
To use as a dependency in a Node.js library you can install ags-walk by running: | ||
`npm i ags-walk` | ||
and | ||
then include | ||
`var agsWalk = require('ags-walk')` | ||
in your script file. | ||
For the browser include the tag: | ||
@@ -21,0 +36,0 @@ `<script src="https://unpkg.com/ags-walk/ags-walk.min.js"></script>` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77
35866
6
9
318
+ Addedchalk@^2.3.0
+ Addedminimist@^1.2.0
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedsupports-color@5.5.0(transitive)