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.

66 lines
1.7 KiB

5 years ago
  1. {
  2. "_from": "acorn@^7.0.0",
  3. "_id": "acorn@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==",
  6. "_location": "/acorn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn@^7.0.0",
  12. "name": "acorn",
  13. "escapedName": "acorn",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@riotjs/compiler"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/acorn/-/acorn-7.0.0.tgz",
  22. "_shasum": "26b8d1cd9a9b700350b71c0905546f64d1284e7a",
  23. "_spec": "acorn@^7.0.0",
  24. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/@riotjs/compiler",
  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": "7.0.0"
  66. }