Bones/node_modules/connect-history-api-fallback/package.json

99 lines
2.8 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"connect-history-api-fallback@^1.2.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\lite-server"
]
],
"_from": "connect-history-api-fallback@>=1.2.0-0 <2.0.0-0",
"_id": "connect-history-api-fallback@1.3.0",
"_inCache": true,
"_location": "/connect-history-api-fallback",
"_nodeVersion": "6.2.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/connect-history-api-fallback-1.3.0.tgz_1470552836120_0.7486736204009503"
},
"_npmUser": {
"email": "bripkens.dev@gmail.com",
"name": "bripkens"
},
"_npmVersion": "3.8.9",
"_phantomChildren": {},
"_requested": {
"name": "connect-history-api-fallback",
"raw": "connect-history-api-fallback@^1.2.0",
"rawSpec": "^1.2.0",
"scope": null,
"spec": ">=1.2.0-0 <2.0.0-0",
"type": "range"
},
"_requiredBy": [
"/browser-sync-ui",
"/lite-server"
],
"_resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.3.0.tgz",
"_shasum": "e51d17f8f0ef0db90a64fdb47de3051556e9f169",
"_shrinkwrap": null,
"_spec": "connect-history-api-fallback@^1.2.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\lite-server",
"author": {
"email": "bripkens.dev@gmail.com",
"name": "Ben Ripkens",
"url": "http://bripkens.de"
},
"bugs": {
"url": "https://github.com/bripkens/connect-history-api-fallback/issues"
},
"contributors": [
{
"name": "Craig Myles",
"email": "cr@igmyles.com",
"url": "http://www.craigmyles.com"
}
],
"dependencies": {},
"description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
"devDependencies": {
"eslint": "^0.18.0",
"nodeunit": "^0.9.1",
"sinon": "^1.14.1"
},
"directories": {},
"dist": {
"shasum": "e51d17f8f0ef0db90a64fdb47de3051556e9f169",
"tarball": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.3.0.tgz"
},
"engines": {
"node": ">=0.8"
},
"gitHead": "709252d1b7afbf4b29748ec9a881684603d01f97",
"homepage": "https://github.com/bripkens/connect-history-api-fallback#readme",
"installable": true,
"keyswords": [
"connect",
"fallback",
"history api",
"html5",
"spa"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "bripkens",
"email": "bripkens.dev@gmail.com"
}
],
"name": "connect-history-api-fallback",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bripkens/connect-history-api-fallback.git"
},
"scripts": {
"test": "eslint lib/index.js test/index_test.js && nodeunit test/index_test.js"
},
"version": "1.3.0"
}