summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/npm-profile/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-04-03 15:43:32 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-04-03 15:45:57 +0200
commit71e285b94c7edaa43aa8115965cf5a36b8e0f80a (patch)
tree7d4aa9d0d5aff686b106cd5da72ba77960c4af43 /deps/node/deps/npm/node_modules/npm-profile/package.json
parent7dadf9356b4f3f4137ce982ea5bb960283116e9a (diff)
downloadakono-71e285b94c7edaa43aa8115965cf5a36b8e0f80a.tar.gz
akono-71e285b94c7edaa43aa8115965cf5a36b8e0f80a.tar.bz2
akono-71e285b94c7edaa43aa8115965cf5a36b8e0f80a.zip
Node.js v11.13.0
Diffstat (limited to 'deps/node/deps/npm/node_modules/npm-profile/package.json')
-rw-r--r--deps/node/deps/npm/node_modules/npm-profile/package.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/deps/node/deps/npm/node_modules/npm-profile/package.json b/deps/node/deps/npm/node_modules/npm-profile/package.json
new file mode 100644
index 00000000..082da1ef
--- /dev/null
+++ b/deps/node/deps/npm/node_modules/npm-profile/package.json
@@ -0,0 +1,56 @@
+{
+ "_from": "npm-profile@latest",
+ "_id": "npm-profile@4.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-NQ1I/1Q7YRtHZXkcuU1/IyHeLy6pd+ScKg4+DQHdfsm769TGq6HPrkbuNJVJS4zwE+0mvvmeULzQdWn2L2EsVA==",
+ "_location": "/npm-profile",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "tag",
+ "registry": true,
+ "raw": "npm-profile@latest",
+ "name": "npm-profile",
+ "escapedName": "npm-profile",
+ "rawSpec": "latest",
+ "saveSpec": null,
+ "fetchSpec": "latest"
+ },
+ "_requiredBy": [
+ "#USER",
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/npm-profile/-/npm-profile-4.0.1.tgz",
+ "_shasum": "d350f7a5e6b60691c7168fbb8392c3603583f5aa",
+ "_spec": "npm-profile@latest",
+ "_where": "/Users/zkat/Documents/code/work/npm",
+ "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,
+ "dependencies": {
+ "aproba": "^1.1.2 || 2",
+ "figgy-pudding": "^3.4.1",
+ "npm-registry-fetch": "^3.8.0"
+ },
+ "deprecated": false,
+ "description": "Library for updating an npmjs.com profile",
+ "files": [
+ "CHANGELOG.md",
+ "index.js"
+ ],
+ "homepage": "https://github.com/npm/npm-profile/tree/latest/lib#readme",
+ "keywords": [],
+ "license": "ISC",
+ "main": "index.js",
+ "name": "npm-profile",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/npm-profile.git"
+ },
+ "version": "4.0.1"
+}