package.json 1.9 KB

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