UNPKG

grapnel.js

Version:

The first (and smallest!) JavaScript Router with PushState, Middleware, and Named Parameter support

83 lines (82 loc) 2.04 kB
{ "_from": "grapnel", "_id": "grapnel@0.7.0", "_inBundle": false, "_integrity": "sha512-etqM+bvs9IbrEbfiD979kTiJRFpzzF4q512Mf9Zg+5X4D29Ushl3D+x5uyNZuL/fj0RJ/QQpllsulFFWdpwiWQ==", "_location": "/grapnel", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "grapnel", "name": "grapnel", "escapedName": "grapnel", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/grapnel/-/grapnel-0.7.0.tgz", "_shasum": "723dcf28988f50ea4dc18d9c7209dde68cb498cc", "_spec": "grapnel", "_where": "/private/tmp", "author": { "name": "Greg Sabia Tucker", "email": "greg@narrowlabs.com" }, "bugs": { "url": "https://github.com/baseprime/grapnel/issues" }, "bundleDependencies": false, "deprecated": false, "description": "The first (and smallest!) JavaScript Router with PushState, Middleware, and Named Parameter support", "devDependencies": { "@types/node": "~9.4.0", "babel-core": "^6.26.0", "babel-loader": "^6.4.1", "babel-preset-es2015": "^6.24.1", "grunt": "^1.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "^1.0.2", "grunt-contrib-qunit": "^1.2.0", "grunt-contrib-uglify": "^2.0.0", "webpack": "^1.15.0" }, "homepage": "http://grapnel.js.org", "keywords": [ "grapnel", "route", "routing", "router", "hash", "anchor", "express", "server", "tiny", "require", "named parameters", "middleware", "backbone", "routie", "pushState", "api" ], "license": "MIT", "link": "http://basepri.me", "main": "build/index.js", "name": "grapnel.js", "repository": { "type": "git", "url": "git+https://github.com/baseprime/grapnel.git" }, "scripts": { "build": "grunt build", "serve-tests": "grunt serve-tests", "test": "grunt test", "watch": "tsc & webpack --watch" }, "version": "0.7.0" }