package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. {
  5. "name": "estraverse",
  6. "raw": "estraverse@~1.5.0",
  7. "rawSpec": "~1.5.0",
  8. "scope": null,
  9. "spec": ">=1.5.0 <1.6.0",
  10. "type": "range"
  11. },
  12. "/Users/gabrielcapella/OneDrive/Graduação/USP-BCC/MAC0318M/2018/MapaMonteCarlo/node_modules/ast-transform/node_modules/escodegen"
  13. ]
  14. ],
  15. "_from": "estraverse@>=1.5.0 <1.6.0",
  16. "_id": "estraverse@1.5.1",
  17. "_inCache": true,
  18. "_installable": true,
  19. "_location": "/ast-transform/estraverse",
  20. "_npmUser": {
  21. "email": "utatane.tea@gmail.com",
  22. "name": "constellation"
  23. },
  24. "_npmVersion": "1.4.3",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "name": "estraverse",
  28. "raw": "estraverse@~1.5.0",
  29. "rawSpec": "~1.5.0",
  30. "scope": null,
  31. "spec": ">=1.5.0 <1.6.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/ast-transform/escodegen"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.5.1.tgz",
  38. "_shasum": "867a3e8e58a9f84618afb6c2ddbcd916b7cbaf71",
  39. "_shrinkwrap": null,
  40. "_spec": "estraverse@~1.5.0",
  41. "_where": "/Users/gabrielcapella/OneDrive/Graduação/USP-BCC/MAC0318M/2018/MapaMonteCarlo/node_modules/ast-transform/node_modules/escodegen",
  42. "bugs": {
  43. "url": "https://github.com/Constellation/estraverse/issues"
  44. },
  45. "dependencies": {},
  46. "description": "ECMAScript JS AST traversal functions",
  47. "devDependencies": {
  48. "chai": "~1.7.2",
  49. "coffee-script": "~1.6.3",
  50. "jshint": "2.1.5",
  51. "mocha": "~1.12.0",
  52. "xyz": "^0.4.0"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "867a3e8e58a9f84618afb6c2ddbcd916b7cbaf71",
  57. "tarball": "https://registry.npmjs.org/estraverse/-/estraverse-1.5.1.tgz"
  58. },
  59. "engines": {
  60. "node": ">=0.4.0"
  61. },
  62. "homepage": "https://github.com/Constellation/estraverse",
  63. "licenses": [
  64. {
  65. "type": "BSD",
  66. "url": "http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"
  67. }
  68. ],
  69. "main": "estraverse.js",
  70. "maintainers": [
  71. {
  72. "email": "utatane.tea@gmail.com",
  73. "name": "constellation"
  74. }
  75. ],
  76. "name": "estraverse",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+ssh://git@github.com/Constellation/estraverse.git"
  82. },
  83. "scripts": {
  84. "lint": "jshint estraverse.js",
  85. "release-major": "xyz --increment major",
  86. "release-minor": "xyz --increment minor",
  87. "release-patch": "xyz --increment patch",
  88. "test": "npm run-script lint && npm run-script unit-test",
  89. "unit-test": "mocha --compilers coffee:coffee-script"
  90. },
  91. "version": "1.5.1"
  92. }