package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "estraverse@1.9.1",
  3. "_id": "estraverse@1.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VTp0gp73Y+phU4B/hrkMzeXjIjE=",
  6. "_location": "/estraverse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "estraverse@1.9.1",
  12. "name": "estraverse",
  13. "escapedName": "estraverse",
  14. "rawSpec": "1.9.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.9.1"
  17. },
  18. "_requiredBy": [
  19. "/6to5-core"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.9.1.tgz",
  22. "_shasum": "553a74829ef763ea6153807f86b90ccde5e32231",
  23. "_spec": "estraverse@1.9.1",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/6to5-core",
  25. "bugs": {
  26. "url": "https://github.com/estools/estraverse/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "ECMAScript JS AST traversal functions",
  31. "devDependencies": {
  32. "chai": "^1.9.2",
  33. "coffee-script": "^1.8.0",
  34. "jshint": "^2.5.6",
  35. "mocha": "^1.21.5",
  36. "xyz": "^0.4.0"
  37. },
  38. "engines": {
  39. "node": ">=0.10.0"
  40. },
  41. "homepage": "https://github.com/estools/estraverse",
  42. "licenses": [
  43. {
  44. "type": "BSD",
  45. "url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD"
  46. }
  47. ],
  48. "main": "estraverse.js",
  49. "maintainers": [
  50. {
  51. "name": "Yusuke Suzuki",
  52. "email": "utatane.tea@gmail.com",
  53. "url": "http://github.com/Constellation"
  54. }
  55. ],
  56. "name": "estraverse",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/estools/estraverse.git"
  60. },
  61. "scripts": {
  62. "lint": "jshint estraverse.js",
  63. "release-major": "xyz --increment major --tag X.Y.Z",
  64. "release-minor": "xyz --increment minor --tag X.Y.Z",
  65. "release-patch": "xyz --increment patch --tag X.Y.Z",
  66. "test": "npm run-script lint && npm run-script unit-test",
  67. "unit-test": "mocha --compilers coffee:coffee-script/register"
  68. },
  69. "version": "1.9.1"
  70. }