forked from enviPath/enviPy
Current Dev State
This commit is contained in:
66
static/js/ketcher2/node_modules/connect-pushstate/package.json
generated
vendored
Normal file
66
static/js/ketcher2/node_modules/connect-pushstate/package.json
generated
vendored
Normal file
@ -0,0 +1,66 @@
|
||||
{
|
||||
"_from": "connect-pushstate@^1.1.0",
|
||||
"_id": "connect-pushstate@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-vKsiQnHEOWBKD7D2FMCl9WPojiQ=",
|
||||
"_location": "/connect-pushstate",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "connect-pushstate@^1.1.0",
|
||||
"name": "connect-pushstate",
|
||||
"escapedName": "connect-pushstate",
|
||||
"rawSpec": "^1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/budo"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/connect-pushstate/-/connect-pushstate-1.1.0.tgz",
|
||||
"_shasum": "bcab224271c439604a0fb0f614c0a5f563e88e24",
|
||||
"_spec": "connect-pushstate@^1.1.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/budo",
|
||||
"author": {
|
||||
"name": "Brent Ertz",
|
||||
"email": "brent.ertz@gmail.com",
|
||||
"url": "http://brentertz.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/brentertz/connect-pushstate/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Connect middleware that rewrites select requests to the site root, allowing your client-side pushstate router to handle them",
|
||||
"devDependencies": {
|
||||
"chai": "^1.10.0",
|
||||
"connect": "^3.3.4",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-contrib-jshint": "^0.10.0",
|
||||
"grunt-mocha-test": "^0.12.6",
|
||||
"mocha": "^2.1.0",
|
||||
"morgan": "^1.5.1",
|
||||
"request": "^2.51.0",
|
||||
"serve-static": "^1.8.0"
|
||||
},
|
||||
"homepage": "https://github.com/brentertz/connect-pushstate",
|
||||
"keywords": [
|
||||
"connect",
|
||||
"middleware",
|
||||
"rewrite",
|
||||
"pushstate",
|
||||
"routing"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "connect-pushstate",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/brentertz/connect-pushstate.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user