package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "esutils@2.0.2",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "esutils@2.0.2",
  10. "_id": "esutils@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
  13. "_location": "/esutils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "esutils@2.0.2",
  19. "name": "esutils",
  20. "escapedName": "esutils",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/@babel/highlight",
  27. "/@babel/types",
  28. "/babel-code-frame"
  29. ],
  30. "_resolved": "http://registry.npm.taobao.org/esutils/download/esutils-2.0.2.tgz",
  31. "_spec": "2.0.2",
  32. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  33. "bugs": {
  34. "url": "https://github.com/estools/esutils/issues"
  35. },
  36. "description": "utility box for ECMAScript language tools",
  37. "devDependencies": {
  38. "chai": "~1.7.2",
  39. "coffee-script": "~1.6.3",
  40. "jshint": "2.6.3",
  41. "mocha": "~2.2.1",
  42. "regenerate": "~1.2.1",
  43. "unicode-7.0.0": "^0.1.5"
  44. },
  45. "directories": {
  46. "lib": "./lib"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "LICENSE.BSD",
  53. "README.md",
  54. "lib"
  55. ],
  56. "homepage": "https://github.com/estools/esutils",
  57. "licenses": [
  58. {
  59. "type": "BSD",
  60. "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
  61. }
  62. ],
  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.2"
  83. }