package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "acorn-import-assertions@1.9.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn-import-assertions@1.9.0",
  10. "_id": "acorn-import-assertions@1.9.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==",
  13. "_location": "/acorn-import-assertions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "acorn-import-assertions@1.9.0",
  19. "name": "acorn-import-assertions",
  20. "escapedName": "acorn-import-assertions",
  21. "rawSpec": "1.9.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.9.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz",
  29. "_spec": "1.9.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sven Sauleau",
  33. "email": "sven@sauleau.com"
  34. },
  35. "browserslist": [
  36. "maintained node versions"
  37. ],
  38. "bugs": {
  39. "url": "https://github.com/xtuc/acorn-import-assertions/issues"
  40. },
  41. "description": "Support for import assertions in acorn",
  42. "devDependencies": {
  43. "@babel/cli": "^7.14.8",
  44. "@babel/core": "^7.15.0",
  45. "@babel/preset-env": "^7.15.0",
  46. "@babel/register": "^7.15.3",
  47. "acorn": "^8.4.1",
  48. "chai": "^4.3.4",
  49. "mocha": "^9.1.0",
  50. "test262": "github:tc39/test262#47ab262658cd97ae35c9a537808cac18fa4ab567",
  51. "test262-parser-runner": "^0.5.0"
  52. },
  53. "exports": {
  54. ".": {
  55. "import": "./lib/index.mjs",
  56. "require": "./lib/index.js"
  57. },
  58. "./package.json": "./package.json",
  59. "./": "./"
  60. },
  61. "files": [
  62. "lib",
  63. "src"
  64. ],
  65. "homepage": "https://github.com/xtuc/acorn-import-assertions#readme",
  66. "license": "MIT",
  67. "main": "lib/index.js",
  68. "module": "src/index.js",
  69. "name": "acorn-import-assertions",
  70. "peerDependencies": {
  71. "acorn": "^8"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/xtuc/acorn-import-assertions.git"
  76. },
  77. "scripts": {
  78. "build": "babel ./src --out-dir ./lib && node post-build.js",
  79. "prepublishOnly": "npm run build",
  80. "test": "mocha ./test/index.js",
  81. "test:test262": "node run_test262.js",
  82. "watch": "babel ./src --out-dir ./lib --watch"
  83. },
  84. "version": "1.9.0"
  85. }