Harish Karumuthil
|
7a774fee6a
|
Updated package version
|
2 years ago |
Admin Phil
|
2afb9b6877
|
Added support for scoped packages
|
2 years ago |
Harish.K
|
8d2102aacd
|
Make strict mode as a configurable option ( using env variable )
In strict mode, Only versions available in the cache will appear in the info response.
|
9 years ago |
Harish.K
|
a157250315
|
Version change for npm publish
|
9 years ago |
Harish.K
|
4527ef2e27
|
Some docs
|
9 years ago |
Harish.K
|
4b9c7f88db
|
Feature: remove the versions not available in the cache while responding to package info requests
|
9 years ago |
Harish.K
|
dde99cad87
|
DRY ing....
|
9 years ago |
mathew
|
cad96bbb30
|
typo fix
|
9 years ago |
mathew
|
3de62352f3
|
remove temp variable
|
9 years ago |
mathew
|
a856949e23
|
adding comment
|
9 years ago |
mathew
|
09780842ec
|
handle @ in scoped package names
|
9 years ago |
Harish.K
|
4932e5491e
|
Small Cleanup
|
9 years ago |
Harish.K
|
b945f4ec43
|
Merge remote-tracking branch '1stvamp/empty-object-on-404' into 1stvamp-empty-object-on-404
|
9 years ago |
Harish K
|
53691a20af
|
Merge pull request #3 from 1stvamp/allow-local_register-overriding-from-env
Allow LOCAL_REGISTRY to be set from env
|
9 years ago |
Wes Mason
|
1f02e28e72
|
Return blank JSON objects for 404s, to match registry.npmjs.org
|
9 years ago |
Wes Mason
|
e4d13bebe0
|
Account for https registry URLs
|
9 years ago |
Wes Mason
|
1df6d6d94a
|
Allow LOCAL_REGISTRY to be set from env
|
9 years ago |
Harish.K
|
b056ed85c4
|
Bump
|
9 years ago |
Harish.K
|
cfcb8b0feb
|
Fix: exporting env ENABLE_NPM_FAILOVER=false will not work unless we parse the string
|
9 years ago |
Harish.K
|
8096889a7d
|
Fix
|
9 years ago |
Harish.K
|
ba5eeb8286
|
Merge branch '1stvamp-fix-offline-500'
|
9 years ago |
Harish.K
|
86ae839e9b
|
Small cleanup
|
9 years ago |
Wes Mason
|
9ccb6063f8
|
Rename second isState flags in both chains to cacheState, so it's clear what they represent in the next callback
|
9 years ago |
Wes Mason
|
4d4fa45266
|
Fix underlying file access error for 404s when in offline mode
|
9 years ago |
Harish.K
|
1f980e6738
|
Bump
|
9 years ago |
Harish K
|
697be77f5a
|
Merge pull request #1 from 1stvamp/offline-only
Add ENABLE_NPM_FAILOVER config with offline only mode
|
9 years ago |
Harish.K
|
f7596ab60c
|
Bump
|
9 years ago |
Harish.K
|
45e7877069
|
Updated Readme
|
9 years ago |
Harish.K
|
4770262171
|
added Command line wrapper which will use local regisry to install packages
|
9 years ago |
Wes Mason
|
f7dc659867
|
Not tabs please
|
9 years ago |
Wes Mason
|
989512f437
|
Add ENABLE_NPM_FAILOVER option, set to true by default, with false disabling upstream failover.
|
9 years ago |
Harish.K
|
8327d070dc
|
Merge branch 'master' of github.com:harish2704/npm-offline-registry
|
10 years ago |
Harish.K
|
37ecd92408
|
Bump
|
10 years ago |
Harish.K
|
4f198ed53f
|
Fix:
default Port 8080 is very famous port.
So , make some less famous port as default port
|
10 years ago |
Harish.K
|
1943758e94
|
Merge branch 'master' of github.com:harish2704/npm-offline-registry
|
10 years ago |
Harish.K
|
ac4a7a6a40
|
Fix
|
10 years ago |
Harish.K
|
bc3bb1706c
|
fixed dependencies
version++
|
10 years ago |
Harish.K
|
83b60c01ef
|
Tests passed
Featues
* Non blocking operations/Clean up synchronous codes
* handle failues
* more usefull logging
|
10 years ago |
Harish.K
|
0e03fc2968
|
More tests
* Make functions as async
* handle failures
|
10 years ago |
Harish.K
|
65b56cedcd
|
Fix:
|
10 years ago |
Harish.K
|
c306a4363c
|
Update readme
|
10 years ago |
Harish.K
|
6bd1525af0
|
Update package.json
|
10 years ago |
Harish.K
|
16aece8d5f
|
More advanced features.
* fetch data from main registry if cache look up is failed
* save fetched data to npm's cache, in same was as npm does the job
|
10 years ago |
Harish.K
|
339f5ab3d0
|
Initial commit
|
10 years ago |
Harish K
|
a504504084
|
Initial commit
|
10 years ago |