Add and run removeNPMAbsolutePaths
This commit is contained in:
parent
a76042ab4a
commit
256c63a715
712 changed files with 13722 additions and 18895 deletions
59
node_modules/prompts/package.json
generated
vendored
59
node_modules/prompts/package.json
generated
vendored
|
|
@ -1,36 +1,26 @@
|
|||
{
|
||||
"name": "prompts",
|
||||
"version": "2.3.2",
|
||||
"description": "Lightweight, beautiful and user-friendly prompts",
|
||||
"license": "MIT",
|
||||
"repository": "terkelg/prompts",
|
||||
"main": "index.js",
|
||||
"author": {
|
||||
"name": "Terkel Gjervig",
|
||||
"email": "terkel@terkel.com",
|
||||
"url": "https://terkel.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/terkelg/prompts/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"kleur": "^3.0.3",
|
||||
"sisteransi": "^1.0.4"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Lightweight, beautiful and user-friendly prompts",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.8.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
|
||||
"@babel/preset-env": "^7.8.7",
|
||||
"tap-spec": "^5.0.0",
|
||||
"tape": "^4.13.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"dist",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/terkelg/prompts#readme",
|
||||
"scripts": {
|
||||
"start": "node lib/index.js",
|
||||
"build": "babel lib -d dist",
|
||||
"prepublishOnly": "npm run build",
|
||||
"test": "tape test/*.js | tap-spec"
|
||||
},
|
||||
"keywords": [
|
||||
"ui",
|
||||
"prompts",
|
||||
|
|
@ -45,18 +35,19 @@
|
|||
"ask",
|
||||
"interact"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "prompts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/terkelg/prompts.git"
|
||||
"dependencies": {
|
||||
"kleur": "^3.0.3",
|
||||
"sisteransi": "^1.0.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel lib -d dist",
|
||||
"prepublishOnly": "npm run build",
|
||||
"start": "node lib/index.js",
|
||||
"test": "tape test/*.js | tap-spec"
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.4",
|
||||
"@babel/core": "^7.8.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
|
||||
"@babel/preset-env": "^7.8.7",
|
||||
"tap-spec": "^5.0.0",
|
||||
"tape": "^4.13.2"
|
||||
},
|
||||
"version": "2.3.2"
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue