package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "falafel@^1.0.1",
  3. "_id": "falafel@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wY0k71CRF0pJfzGM0ksCaiXN2rQ=",
  6. "_location": "/falafel",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "falafel@^1.0.1",
  12. "name": "falafel",
  13. "escapedName": "falafel",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/inline-process-browser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/falafel/-/falafel-1.2.0.tgz",
  22. "_shasum": "c18d24ef5091174a497f318cd24b026a25cddab4",
  23. "_spec": "falafel@^1.0.1",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/inline-process-browser",
  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-falafel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "acorn": "^1.0.3",
  36. "foreach": "^2.0.5",
  37. "isarray": "0.0.1",
  38. "object-keys": "^1.0.6"
  39. },
  40. "deprecated": false,
  41. "description": "transform the ast on a recursive walk",
  42. "devDependencies": {
  43. "acorn-jsx": "^2.0.0",
  44. "covert": "^1.1.0",
  45. "tape": "^4.0.0"
  46. },
  47. "directories": {
  48. "example": "example",
  49. "test": "test"
  50. },
  51. "engines": {
  52. "node": ">=0.4.0"
  53. },
  54. "homepage": "https://github.com/substack/node-falafel#readme",
  55. "keywords": [
  56. "ast",
  57. "burrito",
  58. "source",
  59. "syntax",
  60. "traversal",
  61. "tree"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "falafel",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/substack/node-falafel.git"
  69. },
  70. "scripts": {
  71. "coverage": "covert test/*.js",
  72. "test": "node --harmony test/bin/run.js test/*.js"
  73. },
  74. "testling": {
  75. "browsers": {
  76. "chrome": [
  77. "20.0"
  78. ],
  79. "firefox": [
  80. "10.0",
  81. "15.0"
  82. ],
  83. "iexplore": [
  84. "6.0",
  85. "7.0",
  86. "8.0",
  87. "9.0"
  88. ],
  89. "opera": [
  90. "12.0"
  91. ],
  92. "safari": [
  93. "5.1"
  94. ]
  95. },
  96. "files": "test/*.js"
  97. },
  98. "version": "1.2.0"
  99. }