| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_from": "module-alias@^2.2.2",
- "_id": "module-alias@2.3.4",
- "_inBundle": false,
- "_integrity": "sha512-bOclZt8hkpuGgSSoG07PKmvzTizROilUTvLNyrMqvlC9snhs7y7GzjNWAVbISIOlhCP1T14rH1PDAV9iNyBq/w==",
- "_location": "/module-alias",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "module-alias@^2.2.2",
- "name": "module-alias",
- "escapedName": "module-alias",
- "rawSpec": "^2.2.2",
- "saveSpec": null,
- "fetchSpec": "^2.2.2"
- },
- "_requiredBy": [
- "/@vue/cli-service"
- ],
- "_resolved": "https://registry.npmmirror.com/module-alias/-/module-alias-2.3.4.tgz",
- "_shasum": "7c2b0442ba1114744e97288963db637859db4094",
- "_spec": "module-alias@^2.2.2",
- "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@vue\\cli-service",
- "author": {
- "name": "Nick Gavrilov",
- "email": "artnikpro@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/ilearnio/module-alias/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Create aliases of directories and register custom module paths",
- "devDependencies": {
- "chai": "^3.5.0",
- "hello-world-classic": "github:ilearnio/hello-world-classic",
- "husky": "^3.0.2",
- "mocha": "^2.4.5",
- "semver": "^6.1.1",
- "standard": "^12.0.1"
- },
- "exports": {
- ".": {
- "types": "./index.d.ts",
- "require": "./index.js",
- "import": "./index.mjs"
- },
- "./register": {
- "require": "./register.js",
- "import": "./register.mjs"
- }
- },
- "files": [
- "index.js",
- "index.mjs",
- "index.d.ts",
- "register.js",
- "register.mjs",
- "esm-loader.mjs",
- "README.md",
- "LICENSE"
- ],
- "homepage": "https://github.com/ilearnio/module-alias",
- "husky": {
- "hooks": {
- "pre-push": "npm run test"
- }
- },
- "keywords": [
- "extend",
- "modules",
- "node",
- "path",
- "resolve"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "module-alias",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ilearnio/module-alias.git"
- },
- "scripts": {
- "lint": "standard",
- "test": "npm run lint && npm run testonly",
- "test:all": "npm run testonly && npm run test:esm",
- "test:esm": "NODE_ENV=test mocha test/esm/unit.mjs test/esm/integration.js",
- "testonly": "NODE_ENV=test mocha test/specs.js",
- "testonly-watch": "NODE_ENV=test mocha -w test/specs.js"
- },
- "types": "index.d.ts",
- "version": "2.3.4"
- }
|