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.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "archy@^1.0.0",
  3. "_id": "archy@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=",
  6. "_location": "/archy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "archy@^1.0.0",
  12. "name": "archy",
  13. "escapedName": "archy",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
  22. "_shasum": "f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40",
  23. "_spec": "archy@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/node-archy/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "render nested hierarchies `npm ls` style with unicode pipes",
  36. "devDependencies": {
  37. "tap": "~0.3.3",
  38. "tape": "~0.1.1"
  39. },
  40. "homepage": "https://github.com/substack/node-archy#readme",
  41. "keywords": [
  42. "hierarchy",
  43. "npm ls",
  44. "unicode",
  45. "pretty",
  46. "print"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "archy",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+ssh://git@github.com/substack/node-archy.git"
  54. },
  55. "scripts": {
  56. "test": "tap test"
  57. },
  58. "testling": {
  59. "files": "test/*.js",
  60. "browsers": {
  61. "iexplore": [
  62. "6.0",
  63. "7.0",
  64. "8.0",
  65. "9.0"
  66. ],
  67. "chrome": [
  68. "20.0"
  69. ],
  70. "firefox": [
  71. "10.0",
  72. "15.0"
  73. ],
  74. "safari": [
  75. "5.1"
  76. ],
  77. "opera": [
  78. "12.0"
  79. ]
  80. }
  81. },
  82. "version": "1.0.0"
  83. }