{ "_args": [ [ "timers-browserify@^1.0.1", "/Users/tristan/dev/p4/depot/main/helix-web-services/source/clients/2016.1.0/javascript/node_modules/browserify" ] ], "_from": "timers-browserify@>=1.0.1 <2.0.0", "_id": "timers-browserify@1.4.2", "_inCache": true, "_installable": true, "_location": "/timers-browserify", "_nodeVersion": "4.2.2", "_npmUser": { "email": "jryans@gmail.com", "name": "jryans" }, "_npmVersion": "2.14.7", "_phantomChildren": {}, "_requested": { "name": "timers-browserify", "raw": "timers-browserify@^1.0.1", "rawSpec": "^1.0.1", "scope": null, "spec": ">=1.0.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/browserify" ], "_resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz", "_shasum": "c9c58b575be8407375cb5e2462dacee74359f41d", "_shrinkwrap": null, "_spec": "timers-browserify@^1.0.1", "_where": "/Users/tristan/dev/p4/depot/main/helix-web-services/source/clients/2016.1.0/javascript/node_modules/browserify", "author": { "email": "jryans@gmail.com", "name": "J. Ryan Stinnett", "url": "http://convolv.es/" }, "bugs": { "url": "https://github.com/jryans/timers-browserify/issues" }, "contributors": [ { "email": "guybedford@gmail.com", "name": "Guy Bedford" }, { "email": "ionut.florescu@gmail.com", "name": "Ionut-Cristian Florescu" }, { "email": "mail@substack.net", "name": "James Halliday" }, { "email": "jscissr@gmail.com", "name": "Jan Schär" }, { "email": "johannes.ewald@peerigon.com", "name": "Johannes Ewald" }, { "email": "jon@blip.tv", "name": "Jonathan Prins" }, { "email": "matt@mattesch.info", "name": "Matt Esch" } ], "dependencies": { "process": "~0.11.0" }, "description": "timers module for browserify", "devDependencies": { "browserify": "~1.10.16", "connect": "~2.3.0" }, "directories": {}, "dist": { "shasum": "c9c58b575be8407375cb5e2462dacee74359f41d", "tarball": "http://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz" }, "engines": { "node": ">=0.6.0" }, "gitHead": "762af88b6ed1d9b2ac97110649b723391ddd6bdd", "homepage": "https://github.com/jryans/timers-browserify", "jspm": { "map": { "./main.js": { "node": "@node/timers" } } }, "keywords": [ "timers", "browserify", "browser" ], "licenses": [ { "type": "MIT", "url": "https://github.com/jryans/timers-browserify/blob/master/LICENSE.md" } ], "main": "main.js", "maintainers": [ { "email": "jryans@gmail.com", "name": "jryans" } ], "name": "timers-browserify", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/jryans/timers-browserify.git" }, "scripts": {}, "version": "1.4.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/timers-browserify/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. |