Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "recast@~0.11.12",
  3. "_id": "recast@0.11.23",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RR/TAEqx5N+bTktmN2sqIZEkYtM=",
  6. "_location": "/recast",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "recast@~0.11.12",
  12. "name": "recast",
  13. "escapedName": "recast",
  14. "rawSpec": "~0.11.12",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.11.12"
  17. },
  18. "_requiredBy": [
  19. "/es6-templates"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz",
  22. "_shasum": "451fd3004ab1e4df9b4e4b66376b2a21912462d3",
  23. "_spec": "recast@~0.11.12",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/es6-templates",
  25. "author": {
  26. "name": "Ben Newman",
  27. "email": "bn@cs.stanford.edu"
  28. },
  29. "browser": {
  30. "fs": false
  31. },
  32. "bugs": {
  33. "url": "https://github.com/benjamn/recast/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "ast-types": "0.9.6",
  38. "esprima": "~3.1.0",
  39. "private": "~0.1.5",
  40. "source-map": "~0.5.0"
  41. },
  42. "deprecated": false,
  43. "description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
  44. "devDependencies": {
  45. "babylon": "~6.15.0",
  46. "esprima-fb": "^15001.1001.0-dev-harmony-fb",
  47. "mocha": "~3.1.2"
  48. },
  49. "engines": {
  50. "node": ">= 0.8"
  51. },
  52. "homepage": "http://github.com/benjamn/recast",
  53. "keywords": [
  54. "ast",
  55. "rewriting",
  56. "refactoring",
  57. "codegen",
  58. "syntax",
  59. "transformation",
  60. "parsing",
  61. "pretty-printing"
  62. ],
  63. "license": "MIT",
  64. "main": "main.js",
  65. "name": "recast",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/benjamn/recast.git"
  69. },
  70. "scripts": {
  71. "debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec",
  72. "test": "node ./node_modules/mocha/bin/mocha --reporter spec --full-trace"
  73. },
  74. "version": "0.11.23"
  75. }