package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "file@^0.2.2",
  3. "_id": "file@0.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-w9/Y+M81Na5FXCtCPC5SY112tNM=",
  6. "_location": "/file",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "file@^0.2.2",
  12. "name": "file",
  13. "escapedName": "file",
  14. "rawSpec": "^0.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.2"
  17. },
  18. "_requiredBy": [
  19. "/modernizr"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/file/-/file-0.2.2.tgz",
  22. "_shasum": "c3dfd8f8cf3535ae455c2b423c2e52635d76b4d3",
  23. "_spec": "file@^0.2.2",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/modernizr",
  25. "author": {
  26. "name": "Anders Conbere",
  27. "email": "aconbere@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/aconbere/node-file-utils"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Higher level path and file manipulation functions.",
  35. "devDependencies": {
  36. "mocha": "1.9.x"
  37. },
  38. "directories": {
  39. "lib": "lib"
  40. },
  41. "homepage": "https://github.com/aconbere/node-file-utils#readme",
  42. "license": "MIT",
  43. "main": "./lib/file",
  44. "name": "file",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+ssh://git@github.com/aconbere/node-file-utils.git"
  48. },
  49. "tags": [
  50. "file",
  51. "path",
  52. "fs",
  53. "walk"
  54. ],
  55. "version": "0.2.2"
  56. }