package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "escope@3.6.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "escope@3.6.0",
  10. "_id": "escope@3.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=",
  13. "_location": "/escope",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "escope@3.6.0",
  19. "name": "escope",
  20. "escapedName": "escope",
  21. "rawSpec": "3.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.6.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
  29. "_spec": "3.6.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "bugs": {
  32. "url": "https://github.com/estools/escope/issues"
  33. },
  34. "dependencies": {
  35. "es6-map": "^0.1.3",
  36. "es6-weak-map": "^2.0.1",
  37. "esrecurse": "^4.1.0",
  38. "estraverse": "^4.1.1"
  39. },
  40. "description": "ECMAScript scope analyzer",
  41. "devDependencies": {
  42. "babel": "^6.3.26",
  43. "babel-preset-es2015": "^6.3.13",
  44. "babel-register": "^6.3.13",
  45. "browserify": "^13.0.0",
  46. "chai": "^3.4.1",
  47. "espree": "^3.1.1",
  48. "esprima": "^2.7.1",
  49. "gulp": "^3.9.0",
  50. "gulp-babel": "^6.1.1",
  51. "gulp-bump": "^1.0.0",
  52. "gulp-eslint": "^1.1.1",
  53. "gulp-espower": "^1.0.2",
  54. "gulp-filter": "^3.0.1",
  55. "gulp-git": "^1.6.1",
  56. "gulp-mocha": "^2.2.0",
  57. "gulp-plumber": "^1.0.1",
  58. "gulp-sourcemaps": "^1.6.0",
  59. "gulp-tag-version": "^1.3.0",
  60. "jsdoc": "^3.4.0",
  61. "lazypipe": "^1.0.1",
  62. "vinyl-source-stream": "^1.1.0"
  63. },
  64. "engines": {
  65. "node": ">=0.4.0"
  66. },
  67. "homepage": "http://github.com/estools/escope",
  68. "license": "BSD-2-Clause",
  69. "main": "lib/index.js",
  70. "maintainers": [
  71. {
  72. "name": "Yusuke Suzuki",
  73. "email": "utatane.tea@gmail.com",
  74. "url": "http://github.com/Constellation"
  75. }
  76. ],
  77. "name": "escope",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/estools/escope.git"
  81. },
  82. "scripts": {
  83. "jsdoc": "jsdoc src/*.js README.md",
  84. "lint": "gulp lint",
  85. "test": "gulp travis",
  86. "unit-test": "gulp test"
  87. },
  88. "version": "3.6.0"
  89. }