package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "concat-map@0.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "concat-map@0.0.1",
  10. "_id": "concat-map@0.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
  13. "_location": "/concat-map",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "concat-map@0.0.1",
  19. "name": "concat-map",
  20. "escapedName": "concat-map",
  21. "rawSpec": "0.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.1"
  24. },
  25. "_requiredBy": [
  26. "/brace-expansion",
  27. "/node-gyp/brace-expansion",
  28. "/node-sass/brace-expansion",
  29. "/rimraf/brace-expansion",
  30. "/sass-graph/brace-expansion"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  33. "_spec": "0.0.1",
  34. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  35. "author": {
  36. "name": "James Halliday",
  37. "email": "mail@substack.net",
  38. "url": "http://substack.net"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/substack/node-concat-map/issues"
  42. },
  43. "description": "concatenative mapdashery",
  44. "devDependencies": {
  45. "tape": "~2.4.0"
  46. },
  47. "directories": {
  48. "example": "example",
  49. "test": "test"
  50. },
  51. "homepage": "https://github.com/substack/node-concat-map#readme",
  52. "keywords": [
  53. "concat",
  54. "concatMap",
  55. "map",
  56. "functional",
  57. "higher-order"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "concat-map",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/substack/node-concat-map.git"
  65. },
  66. "scripts": {
  67. "test": "tape test/*.js"
  68. },
  69. "testling": {
  70. "files": "test/*.js",
  71. "browsers": {
  72. "ie": [
  73. 6,
  74. 7,
  75. 8,
  76. 9
  77. ],
  78. "ff": [
  79. 3.5,
  80. 10,
  81. 15
  82. ],
  83. "chrome": [
  84. 10,
  85. 22
  86. ],
  87. "safari": [
  88. 5.1
  89. ],
  90. "opera": [
  91. 12
  92. ]
  93. }
  94. },
  95. "version": "0.0.1"
  96. }