package.json 2.0 KB

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