cloudworker-proxy
Version:
An api gateway for cloudflare workers
90 lines (89 loc) • 2.11 kB
JSON
{
"_args": [
[
"dijkstrajs@1.0.1",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "dijkstrajs@1.0.1",
"_id": "dijkstrajs@1.0.1",
"_inBundle": false,
"_integrity": "sha1-082BIh4+pAdCz83lVtTpnpjdxxs=",
"_location": "/dijkstrajs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dijkstrajs@1.0.1",
"name": "dijkstrajs",
"escapedName": "dijkstrajs",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/@serverless/utils-china"
],
"_resolved": "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"bugs": {
"url": "https://github.com/tcort/dijkstrajs/issues"
},
"description": "A simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.",
"devDependencies": {
"expect.js": "^0.3.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
},
"homepage": "https://github.com/tcort/dijkstrajs",
"jshintConfig": {
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"globalstrict": true,
"immed": true,
"indent": 4,
"moz": true,
"newcap": true,
"noarg": true,
"node": true,
"noempty": true,
"nonew": true,
"trailing": true,
"undef": true,
"smarttabs": true,
"strict": true,
"validthis": true,
"globals": {
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false
}
},
"keywords": [
"dijkstra",
"shortest",
"path",
"search",
"graph"
],
"license": "MIT",
"main": "dijkstra.js",
"name": "dijkstrajs",
"repository": {
"type": "git",
"url": "git://github.com/tcort/dijkstrajs.git"
},
"scripts": {
"pretest": "jshint dijkstra.js",
"test": "mocha -R spec"
},
"version": "1.0.1"
}