Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/npm-profile/package.json')
-rw-r--r--node_modules/npm-profile/package.json75
1 files changed, 21 insertions, 54 deletions
diff --git a/node_modules/npm-profile/package.json b/node_modules/npm-profile/package.json
index 3ec3f56e2..41cac1ed6 100644
--- a/node_modules/npm-profile/package.json
+++ b/node_modules/npm-profile/package.json
@@ -1,72 +1,39 @@
{
- "_from": "npm-profile@^5.0.1",
- "_id": "npm-profile@5.0.1",
- "_inBundle": false,
- "_integrity": "sha512-WAkCI5yEyC7738SVX9OqSUhsDoQYEm3RsE09we8KHeaWRaEZEli80CyQl8U/J3x6QCmr7vOFur3r4BNSJgQV/g==",
- "_location": "/npm-profile",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "npm-profile@^5.0.1",
- "name": "npm-profile",
- "escapedName": "npm-profile",
- "rawSpec": "^5.0.1",
- "saveSpec": null,
- "fetchSpec": "^5.0.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-5.0.1.tgz",
- "_shasum": "379def82656ef3f4e3c11d62a190233fc90c6401",
- "_spec": "npm-profile@^5.0.1",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Rebecca Turner",
- "email": "me@re-becca.org",
- "url": "http://re-becca.org/"
- },
- "bugs": {
- "url": "https://github.com/npm/npm-profile/issues"
- },
- "bundleDependencies": false,
+ "name": "npm-profile",
+ "version": "5.0.1",
+ "description": "Library for updating an npmjs.com profile",
+ "keywords": [],
+ "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
+ "license": "ISC",
"dependencies": {
"npm-registry-fetch": "^8.0.0"
},
- "deprecated": false,
- "description": "Library for updating an npmjs.com profile",
+ "main": "index.js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/npm-profile.git"
+ },
+ "files": [
+ "index.js"
+ ],
"devDependencies": {
"nock": "^12.0.1",
"require-inject": "^1.4.4",
"standard": "^14.3.1",
"tap": "^14.10.6"
},
- "engines": {
- "node": ">=10"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/npm/npm-profile#readme",
- "keywords": [],
- "license": "ISC",
- "main": "index.js",
- "name": "npm-profile",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/npm-profile.git"
- },
"scripts": {
- "posttest": "standard index.js",
+ "preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
- "preversion": "npm test",
- "snap": "tap",
- "test": "tap"
+ "posttest": "standard index.js",
+ "test": "tap",
+ "snap": "tap"
},
"tap": {
"check-coverage": true
},
- "version": "5.0.1"
+ "engines": {
+ "node": ">=10"
+ }
}