12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "acorn-import-assertions@1.9.0",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "acorn-import-assertions@1.9.0",
- "_id": "acorn-import-assertions@1.9.0",
- "_inBundle": false,
- "_integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==",
- "_location": "/acorn-import-assertions",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "acorn-import-assertions@1.9.0",
- "name": "acorn-import-assertions",
- "escapedName": "acorn-import-assertions",
- "rawSpec": "1.9.0",
- "saveSpec": null,
- "fetchSpec": "1.9.0"
- },
- "_requiredBy": [
- "/webpack"
- ],
- "_resolved": "https://registry.npmmirror.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz",
- "_spec": "1.9.0",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Sven Sauleau",
- "email": "sven@sauleau.com"
- },
- "browserslist": [
- "maintained node versions"
- ],
- "bugs": {
- "url": "https://github.com/xtuc/acorn-import-assertions/issues"
- },
- "description": "Support for import assertions in acorn",
- "devDependencies": {
- "@babel/cli": "^7.14.8",
- "@babel/core": "^7.15.0",
- "@babel/preset-env": "^7.15.0",
- "@babel/register": "^7.15.3",
- "acorn": "^8.4.1",
- "chai": "^4.3.4",
- "mocha": "^9.1.0",
- "test262": "github:tc39/test262#47ab262658cd97ae35c9a537808cac18fa4ab567",
- "test262-parser-runner": "^0.5.0"
- },
- "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": {
- "build": "babel ./src --out-dir ./lib && node post-build.js",
- "prepublishOnly": "npm run build",
- "test": "mocha ./test/index.js",
- "test:test262": "node run_test262.js",
- "watch": "babel ./src --out-dir ./lib --watch"
- },
- "version": "1.9.0"
- }
|