1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "connect-history-api-fallback@2.0.0",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "connect-history-api-fallback@2.0.0",
- "_id": "connect-history-api-fallback@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==",
- "_location": "/connect-history-api-fallback",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "connect-history-api-fallback@2.0.0",
- "name": "connect-history-api-fallback",
- "escapedName": "connect-history-api-fallback",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/webpack-dev-server"
- ],
- "_resolved": "https://registry.npmmirror.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Ben Ripkens",
- "email": "bripkens@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/bripkens/connect-history-api-fallback/issues"
- },
- "contributors": [
- {
- "name": "Craig Myles",
- "email": "cr@igmyles.com",
- "url": "http://www.craigmyles.com"
- }
- ],
- "description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
- "devDependencies": {
- "eslint": "^5.16.0",
- "jest": "^24.8.0",
- "sinon": "^7.3.2"
- },
- "engines": {
- "node": ">=0.8"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/bripkens/connect-history-api-fallback#readme",
- "keyswords": [
- "connect",
- "express",
- "html5",
- "history api",
- "fallback",
- "spa"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "connect-history-api-fallback",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/bripkens/connect-history-api-fallback.git"
- },
- "scripts": {
- "test": "jest && eslint lib/*.js test/*.js"
- },
- "version": "2.0.0"
- }
|