package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "esutils@^2.0.2",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
  6. "_location": "/esutils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "esutils@^2.0.2",
  12. "name": "esutils",
  13. "escapedName": "esutils",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@babel/highlight",
  20. "/@babel/types"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
  23. "_shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
  24. "_spec": "esutils@^2.0.2",
  25. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/highlight",
  26. "bugs": {
  27. "url": "https://github.com/estools/esutils/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "utility box for ECMAScript language tools",
  32. "devDependencies": {
  33. "chai": "~1.7.2",
  34. "coffee-script": "~1.6.3",
  35. "jshint": "2.6.3",
  36. "mocha": "~2.2.1",
  37. "regenerate": "~1.2.1",
  38. "unicode-7.0.0": "^0.1.5"
  39. },
  40. "directories": {
  41. "lib": "./lib"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "LICENSE.BSD",
  48. "README.md",
  49. "lib"
  50. ],
  51. "homepage": "https://github.com/estools/esutils",
  52. "licenses": [
  53. {
  54. "type": "BSD",
  55. "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
  56. }
  57. ],
  58. "main": "lib/utils.js",
  59. "maintainers": [
  60. {
  61. "name": "Yusuke Suzuki",
  62. "email": "[email protected]",
  63. "url": "http://github.com/Constellation"
  64. }
  65. ],
  66. "name": "esutils",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://[email protected]/estools/esutils.git"
  70. },
  71. "scripts": {
  72. "generate-regex": "node tools/generate-identifier-regex.js",
  73. "lint": "jshint lib/*.js",
  74. "test": "npm run-script lint && npm run-script unit-test",
  75. "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  76. },
  77. "version": "2.0.2"
  78. }