You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

81 lines
2.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "stealthy-require@1.1.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "stealthy-require@1.1.1",
  9. "_id": "stealthy-require@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=",
  12. "_location": "/stealthy-require",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "stealthy-require@1.1.1",
  18. "name": "stealthy-require",
  19. "escapedName": "stealthy-require",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/request-promise-native"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Nicolai Kamenzky",
  32. "url": "https://github.com/analog-nico"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/analog-nico/stealthy-require/issues"
  36. },
  37. "dependencies": {},
  38. "description": "The closest you can get to require something with bypassing the require cache",
  39. "devDependencies": {
  40. "bcrypt": "~1.0.2",
  41. "browserify": "~14.3.0",
  42. "chai": "~3.5.0",
  43. "chalk": "~1.1.3",
  44. "gulp": "~3.9.1",
  45. "gulp-coveralls": "~0.1.4",
  46. "gulp-eslint": "~2.1.0",
  47. "gulp-istanbul": "~1.1.1",
  48. "gulp-mocha": "~3.0.1",
  49. "mkdirp": "~0.5.1",
  50. "publish-please": "~2.3.1",
  51. "rimraf": "~2.6.1",
  52. "run-sequence": "~1.2.2",
  53. "webpack": "~1.15.0"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "homepage": "https://github.com/analog-nico/stealthy-require#readme",
  59. "keywords": [
  60. "require",
  61. "bypass",
  62. "no",
  63. "cache",
  64. "fresh"
  65. ],
  66. "license": "ISC",
  67. "main": "./lib/index.js",
  68. "name": "stealthy-require",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/analog-nico/stealthy-require.git"
  72. },
  73. "scripts": {
  74. "prepublish": "publish-please guard",
  75. "publish-please": "publish-please",
  76. "test": "gulp ci",
  77. "test-publish": "gulp ci-no-cov"
  78. },
  79. "version": "1.1.1"
  80. }