You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

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