{ "_args": [ [ "gaze@^0.5.1", "/Users/tristan/dev/p4/depot/main/helix-web-services/source/clients/2016.1.0/javascript/node_modules/glob-watcher" ] ], "_from": "gaze@>=0.5.1 <0.6.0", "_id": "gaze@0.5.2", "_inCache": true, "_installable": true, "_location": "/gaze", "_nodeVersion": "4.0.0", "_npmUser": { "email": "kyle@dontkry.com", "name": "shama" }, "_npmVersion": "3.3.4", "_phantomChildren": {}, "_requested": { "name": "gaze", "raw": "gaze@^0.5.1", "rawSpec": "^0.5.1", "scope": null, "spec": ">=0.5.1 <0.6.0", "type": "range" }, "_requiredBy": [ "/glob-watcher" ], "_resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz", "_shasum": "40b709537d24d1d45767db5a908689dfe69ac44f", "_shrinkwrap": null, "_spec": "gaze@^0.5.1", "_where": "/Users/tristan/dev/p4/depot/main/helix-web-services/source/clients/2016.1.0/javascript/node_modules/glob-watcher", "author": { "email": "kyle@dontkry.com", "name": "Kyle Robinson Young" }, "bugs": { "url": "https://github.com/shama/gaze/issues" }, "contributors": [ { "name": "Kyle Robinson Young", "url": "http://dontkry.com" }, { "name": "Sam Day", "url": "http://sam.is-super-awesome.com" }, { "name": "Roarke Gaskill", "url": "http://starkinvestments.com" }, { "name": "Lance Pollard", "url": "http://lancepollard.com/" }, { "name": "Daniel Fagnan", "url": "http://hydrocodedesign.com/" }, { "name": "Jonas", "url": "http://jpommerening.github.io/" }, { "name": "Chris Chua", "url": "http://sirh.cc/" }, { "name": "Kael Zhang", "url": "http://kael.me" }, { "name": "Krasimir Tsonev", "url": "http://krasimirtsonev.com/blog" }, { "name": "brett-shwom" } ], "dependencies": { "globule": "~0.1.0" }, "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.", "devDependencies": { "async": "~0.2.10", "grunt": "~0.4.1", "grunt-benchmark": "~0.2.0", "grunt-cli": "~0.1.13", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-nodeunit": "~0.2.0", "rimraf": "~2.2.6" }, "directories": {}, "dist": { "shasum": "40b709537d24d1d45767db5a908689dfe69ac44f", "tarball": "http://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz" }, "engines": { "node": ">= 0.8.0" }, "files": [ "lib", "LICENSE-MIT" ], "gitHead": "52007df64a841ccf52b9f9cd617cd24a4e2ddf8b", "homepage": "https://github.com/shama/gaze", "keywords": [ "watch", "glob" ], "licenses": [ { "type": "MIT", "url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT" } ], "main": "lib/gaze", "maintainers": [ { "email": "josh@6bit.com", "name": "joshperry" }, { "email": "kyle@dontkry.com", "name": "shama" } ], "name": "gaze", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/shama/gaze.git" }, "scripts": { "test": "grunt nodeunit -v" }, "version": "0.5.2" }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19553 | swellard | Move and rename clients | ||
//guest/perforce_software/helix-web-services/main/source/clients/2016.1.0/javascript/node_modules/gaze/package.json | |||||
#1 | 18810 | tjuricek |
First-pass at JavaScript client SDK. JavaScript requires Node with Gulp to "browserfy" the library. It's the easiest way I found to use the swagger-js project; bundle up a wrapping method. There is no JavaScript reference guide. The swagger-js doesn't really document what they do very well, actually. Overall I'm not particularly impressed by swagger-js, it was hard to even figure out what the right method syntax was. We may want to invest time in doing it better. This required setting CORS response headers, which are currently defaulted to a fairly insecure setting. |