package.json 2.1KB

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