{
  "_args": [
    [
      "acorn-import-assertions@1.7.6",
      "/var/www/html/dev_photogram/photogram-web"
    ]
  ],
  "_development": true,
  "_from": "acorn-import-assertions@1.7.6",
  "_id": "acorn-import-assertions@1.7.6",
  "_inBundle": false,
  "_integrity": "sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==",
  "_location": "/acorn-import-assertions",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "acorn-import-assertions@1.7.6",
    "name": "acorn-import-assertions",
    "escapedName": "acorn-import-assertions",
    "rawSpec": "1.7.6",
    "saveSpec": null,
    "fetchSpec": "1.7.6"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz",
  "_spec": "1.7.6",
  "_where": "/var/www/html/dev_photogram/photogram-web",
  "author": {
    "name": "Sven Sauleau",
    "email": "sven@sauleau.com"
  },
  "browserslist": [
    "maintained node versions"
  ],
  "bugs": {
    "url": "https://github.com/xtuc/acorn-import-assertions/issues"
  },
  "dependencies": {},
  "description": "Support for import assertions in acorn",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.10",
    "@babel/register": "^7.12.10",
    "acorn": "^8",
    "chai": "^4.2.0",
    "mocha": "^8.2.1"
  },
  "exports": {
    ".": {
      "import": "./lib/index.mjs",
      "require": "./lib/index.js"
    },
    "./package.json": "./package.json",
    "./": "./"
  },
  "files": [
    "lib",
    "src"
  ],
  "homepage": "https://github.com/xtuc/acorn-import-assertions#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "src/index.js",
  "name": "acorn-import-assertions",
  "peerDependencies": {
    "acorn": "^8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xtuc/acorn-import-assertions.git"
  },
  "scripts": {
    "prepublish": "babel ./src --out-dir ./lib && node post-build.js",
    "test": "mocha ./test/index.js",
    "watch": "babel ./src --out-dir ./lib --watch"
  },
  "version": "1.7.6"
}
