| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_args": [
- [
- "create-require@1.1.1",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_development": true,
- "_from": "create-require@1.1.1",
- "_id": "create-require@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
- "_location": "/create-require",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "create-require@1.1.1",
- "name": "create-require",
- "escapedName": "create-require",
- "rawSpec": "1.1.1",
- "saveSpec": null,
- "fetchSpec": "1.1.1"
- },
- "_requiredBy": [
- "/ts-node"
- ],
- "_resolved": "https://registry.npmmirror.com/create-require/-/create-require-1.1.1.tgz",
- "_spec": "1.1.1",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "bugs": {
- "url": "https://github.com/nuxt-contrib/create-require/issues"
- },
- "contributors": [
- {
- "name": "Maël Nison",
- "email": "nison.mael@gmail.com"
- },
- {
- "name": "Paul Soporan",
- "email": "paul.soporan@gmail.com"
- },
- {
- "name": "Pooya Parsa",
- "email": "pyapar@gmail.com"
- }
- ],
- "description": "Polyfill for Node.js module.createRequire (<= v12.2.0)",
- "devDependencies": {
- "@nuxtjs/eslint-config": "latest",
- "eslint": "latest",
- "standard-version": "latest",
- "tap": "latest"
- },
- "files": [
- "create-require.js",
- "create-require.d.ts"
- ],
- "homepage": "https://github.com/nuxt-contrib/create-require#readme",
- "license": "MIT",
- "main": "./create-require.js",
- "name": "create-require",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nuxt-contrib/create-require.git"
- },
- "scripts": {
- "lint": "eslint .",
- "release": "yarn test && standard-version && git push --follow-tags && npm publish",
- "test": "yarn lint && yarn test:matrix",
- "test:matrix": "tap --no-esm --no-timeout ./test/matrix.js"
- },
- "types": "./create-require.d.ts",
- "version": "1.1.1"
- }
|