package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "commoner@~0.10.0",
  3. "_id": "commoner@0.10.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NPw2cs0kOT6LtH5wyqApOBH08sU=",
  6. "_location": "/commoner",
  7. "_phantomChildren": {
  8. "defined": "1.0.0",
  9. "inflight": "1.0.6",
  10. "inherits": "2.0.3",
  11. "minimatch": "3.0.4",
  12. "once": "1.4.0",
  13. "path-is-absolute": "1.0.1"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "commoner@~0.10.0",
  19. "name": "commoner",
  20. "escapedName": "commoner",
  21. "rawSpec": "~0.10.0",
  22. "saveSpec": null,
  23. "fetchSpec": "~0.10.0"
  24. },
  25. "_requiredBy": [
  26. "/regenerator-6to5"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.8.tgz",
  29. "_shasum": "34fc3672cd24393e8bb47e70caa0293811f4f2c5",
  30. "_spec": "commoner@~0.10.0",
  31. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/regenerator-6to5",
  32. "author": {
  33. "name": "Ben Newman",
  34. "email": "ben@benjamn.com"
  35. },
  36. "bin": {
  37. "commonize": "./bin/commonize"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/benjamn/commoner/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "commander": "^2.5.0",
  45. "detective": "^4.3.1",
  46. "glob": "^5.0.15",
  47. "graceful-fs": "^4.1.2",
  48. "iconv-lite": "^0.4.5",
  49. "mkdirp": "^0.5.0",
  50. "private": "^0.1.6",
  51. "q": "^1.1.2",
  52. "recast": "^0.11.17"
  53. },
  54. "deprecated": false,
  55. "description": "Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modules",
  56. "devDependencies": {
  57. "mocha": "^2.3.3"
  58. },
  59. "engines": {
  60. "node": ">= 0.8"
  61. },
  62. "files": [
  63. "bin",
  64. "lib",
  65. "main.js"
  66. ],
  67. "homepage": "http://github.com/benjamn/commoner",
  68. "keywords": [
  69. "modules",
  70. "require",
  71. "commonjs",
  72. "exports",
  73. "commoner",
  74. "browserify",
  75. "stitch"
  76. ],
  77. "license": "MIT",
  78. "main": "main.js",
  79. "name": "commoner",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/benjamn/commoner.git"
  83. },
  84. "scripts": {
  85. "test": "rm -rf test/output ; node ./node_modules/mocha/bin/mocha --reporter spec test/run.js"
  86. },
  87. "version": "0.10.8"
  88. }