Ohm-Management - Projektarbeit B-ME
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.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "acorn@^6.0.2",
  3. "_id": "acorn@6.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==",
  6. "_location": "/acorn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn@^6.0.2",
  12. "name": "acorn",
  13. "escapedName": "acorn",
  14. "rawSpec": "^6.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.2"
  17. },
  18. "_requiredBy": [
  19. "/espree"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz",
  22. "_shasum": "77377e7353b72ec5104550aa2d2097a2fd40b754",
  23. "_spec": "acorn@^6.0.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/espree",
  25. "bin": {
  26. "acorn": "./bin/acorn"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/acornjs/acorn/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "ECMAScript parser",
  34. "engines": {
  35. "node": ">=0.4.0"
  36. },
  37. "homepage": "https://github.com/acornjs/acorn",
  38. "license": "MIT",
  39. "main": "dist/acorn.js",
  40. "maintainers": [
  41. {
  42. "name": "Marijn Haverbeke",
  43. "email": "marijnh@gmail.com",
  44. "url": "https://marijnhaverbeke.nl"
  45. },
  46. {
  47. "name": "Ingvar Stepanyan",
  48. "email": "me@rreverser.com",
  49. "url": "https://rreverser.com/"
  50. },
  51. {
  52. "name": "Adrian Heine",
  53. "url": "http://adrianheine.de"
  54. }
  55. ],
  56. "module": "dist/acorn.mjs",
  57. "name": "acorn",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/acornjs/acorn.git"
  61. },
  62. "scripts": {
  63. "prepare": "cd ..; npm run build:main && npm run build:bin"
  64. },
  65. "version": "6.0.4"
  66. }