package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "walker@^1.0.7",
  3. "_id": "walker@1.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=",
  6. "_location": "/walker",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "walker@^1.0.7",
  12. "name": "walker",
  13. "escapedName": "walker",
  14. "rawSpec": "^1.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.7"
  17. },
  18. "_requiredBy": [
  19. "/jest-haste-map",
  20. "/sane"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
  23. "_shasum": "2f7f9b8fd10d677262b18a884e28d19618e028fb",
  24. "_spec": "walker@^1.0.7",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-haste-map",
  26. "author": {
  27. "name": "Naitik Shah",
  28. "email": "n@daaku.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/daaku/nodejs-walker/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "makeerror": "1.0.x"
  36. },
  37. "deprecated": false,
  38. "description": "A simple directory tree walker.",
  39. "devDependencies": {
  40. "mocha": "0.12.x"
  41. },
  42. "homepage": "https://github.com/daaku/nodejs-walker",
  43. "keywords": [
  44. "utils",
  45. "fs",
  46. "filesystem"
  47. ],
  48. "license": "Apache-2.0",
  49. "main": "lib/walker",
  50. "name": "walker",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/daaku/nodejs-walker.git"
  54. },
  55. "scripts": {
  56. "test": "NODE_PATH=./lib mocha --ui exports"
  57. },
  58. "version": "1.0.7"
  59. }