package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "parents@^1.0.1",
  3. "_id": "parents@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=",
  6. "_location": "/parents",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parents@^1.0.1",
  12. "name": "parents",
  13. "escapedName": "parents",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/browserify",
  20. "/module-deps"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/parents/-/parents-1.0.1.tgz",
  23. "_shasum": "fedd4d2bf193a77745fe71e371d73c3307d9c751",
  24. "_spec": "parents@^1.0.1",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
  26. "author": {
  27. "name": "James Halliday",
  28. "email": "mail@substack.net",
  29. "url": "http://substack.net"
  30. },
  31. "bin": {},
  32. "bugs": {
  33. "url": "https://github.com/substack/node-parents/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "path-platform": "~0.11.15"
  38. },
  39. "deprecated": false,
  40. "description": "return all the parent directories for a directory",
  41. "devDependencies": {
  42. "tap": "~0.2.5"
  43. },
  44. "directories": {
  45. "example": "example",
  46. "test": "test"
  47. },
  48. "engine": {
  49. "node": ">=0.6"
  50. },
  51. "homepage": "https://github.com/substack/node-parents",
  52. "keywords": [
  53. "directory",
  54. "parent",
  55. "path",
  56. "tree"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "parents",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/substack/node-parents.git"
  64. },
  65. "scripts": {
  66. "test": "tap test/*.js"
  67. },
  68. "version": "1.0.1"
  69. }