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.2.1",
  3. "_id": "acorn@6.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==",
  6. "_location": "/acorn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "acorn@^6.2.1",
  12. "name": "acorn",
  13. "escapedName": "acorn",
  14. "rawSpec": "^6.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.2.1"
  17. },
  18. "_requiredBy": [
  19. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz",
  22. "_shasum": "0087509119ffa4fc0a0041d1e93a417e68cb856e",
  23. "_spec": "acorn@^6.2.1",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/webpack",
  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.3.0"
  66. }