package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. {
  5. "name": "esutils",
  6. "raw": "esutils@~1.0.0",
  7. "rawSpec": "~1.0.0",
  8. "scope": null,
  9. "spec": ">=1.0.0 <1.1.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": "esutils@>=1.0.0 <1.1.0",
  16. "_id": "esutils@1.0.0",
  17. "_inCache": true,
  18. "_installable": true,
  19. "_location": "/ast-transform/esutils",
  20. "_npmUser": {
  21. "email": "utatane.tea@gmail.com",
  22. "name": "constellation"
  23. },
  24. "_npmVersion": "1.3.11",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "name": "esutils",
  28. "raw": "esutils@~1.0.0",
  29. "rawSpec": "~1.0.0",
  30. "scope": null,
  31. "spec": ">=1.0.0 <1.1.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/ast-transform/escodegen"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/esutils/-/esutils-1.0.0.tgz",
  38. "_shasum": "8151d358e20c8acc7fb745e7472c0025fe496570",
  39. "_shrinkwrap": null,
  40. "_spec": "esutils@~1.0.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/esutils/issues"
  44. },
  45. "dependencies": {},
  46. "description": "utility box for ECMAScript language tools",
  47. "devDependencies": {
  48. "chai": "~1.7.2",
  49. "coffee-script": "~1.6.3",
  50. "jshint": "2.1.5",
  51. "mocha": "~1.12.0"
  52. },
  53. "directories": {
  54. "lib": "./lib"
  55. },
  56. "dist": {
  57. "shasum": "8151d358e20c8acc7fb745e7472c0025fe496570",
  58. "tarball": "https://registry.npmjs.org/esutils/-/esutils-1.0.0.tgz"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "homepage": "https://github.com/Constellation/esutils",
  64. "licenses": [
  65. {
  66. "type": "BSD",
  67. "url": "http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"
  68. }
  69. ],
  70. "main": "lib/utils.js",
  71. "maintainers": [
  72. {
  73. "email": "utatane.tea@gmail.com",
  74. "name": "constellation"
  75. }
  76. ],
  77. "name": "esutils",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+ssh://git@github.com/Constellation/esutils.git"
  83. },
  84. "scripts": {
  85. "lint": "jshint lib/*.js",
  86. "test": "npm run-script lint && npm run-script unit-test",
  87. "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  88. },
  89. "version": "1.0.0"
  90. }