package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "esutils@2.0.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "esutils@2.0.3",
  10. "_id": "esutils@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  13. "_location": "/esutils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "esutils@2.0.3",
  19. "name": "esutils",
  20. "escapedName": "esutils",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/@babel/highlight",
  27. "/@babel/types",
  28. "/babel-code-frame",
  29. "/babel-plugin-transform-vue-jsx",
  30. "/babel-types",
  31. "/doctrine",
  32. "/escodegen",
  33. "/eslint"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  36. "_spec": "2.0.3",
  37. "_where": "E:\\2023\\5\\myjadmin",
  38. "bugs": {
  39. "url": "https://github.com/estools/esutils/issues"
  40. },
  41. "description": "utility box for ECMAScript language tools",
  42. "devDependencies": {
  43. "chai": "~1.7.2",
  44. "coffee-script": "~1.6.3",
  45. "jshint": "2.6.3",
  46. "mocha": "~2.2.1",
  47. "regenerate": "~1.3.1",
  48. "unicode-9.0.0": "~0.7.0"
  49. },
  50. "directories": {
  51. "lib": "./lib"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "LICENSE.BSD",
  58. "README.md",
  59. "lib"
  60. ],
  61. "homepage": "https://github.com/estools/esutils",
  62. "license": "BSD-2-Clause",
  63. "main": "lib/utils.js",
  64. "maintainers": [
  65. {
  66. "name": "Yusuke Suzuki",
  67. "email": "utatane.tea@gmail.com",
  68. "url": "http://github.com/Constellation"
  69. }
  70. ],
  71. "name": "esutils",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+ssh://git@github.com/estools/esutils.git"
  75. },
  76. "scripts": {
  77. "generate-regex": "node tools/generate-identifier-regex.js",
  78. "lint": "jshint lib/*.js",
  79. "test": "npm run-script lint && npm run-script unit-test",
  80. "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  81. },
  82. "version": "2.0.3"
  83. }