diff options
author | 2020-11-18 23:26:45 +0100 | |
---|---|---|
committer | 2020-11-18 23:26:45 +0100 | |
commit | 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch) | |
tree | 8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/in-publish/package.json | |
parent | 1870f3fdf43707a15fda0f609a021f516f45eb63 (diff) | |
download | website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2 website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip |
rm node_modules
Diffstat (limited to 'node_modules/in-publish/package.json')
-rw-r--r-- | node_modules/in-publish/package.json | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/node_modules/in-publish/package.json b/node_modules/in-publish/package.json deleted file mode 100644 index 0104b74..0000000 --- a/node_modules/in-publish/package.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "_from": "in-publish@^2.0.0", - "_id": "in-publish@2.0.1", - "_inBundle": false, - "_integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==", - "_location": "/in-publish", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "in-publish@^2.0.0", - "name": "in-publish", - "escapedName": "in-publish", - "rawSpec": "^2.0.0", - "saveSpec": null, - "fetchSpec": "^2.0.0" - }, - "_requiredBy": [ - "/node-sass" - ], - "_resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz", - "_shasum": "948b1a535c8030561cea522f73f78f4be357e00c", - "_spec": "in-publish@^2.0.0", - "_where": "/home/pruss/Dev/3-minute-website/node_modules/node-sass", - "author": { - "name": "Rebecca Turner", - "email": "me@re-becca.org" - }, - "bin": { - "in-publish": "in-publish.js", - "in-install": "in-install.js", - "not-in-publish": "not-in-publish.js", - "not-in-install": "not-in-install.js" - }, - "bugs": { - "url": "https://github.com/iarna/in-publish/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "Detect if we were run as a result of `npm publish`", - "homepage": "https://github.com/iarna/in-publish", - "license": "ISC", - "main": "index.js", - "name": "in-publish", - "repository": { - "type": "git", - "url": "git+https://github.com/iarna/in-publish.git" - }, - "version": "2.0.1" -} |