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/lodash.once/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/lodash.once/package.json')
-rw-r--r-- | node_modules/lodash.once/package.json | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/node_modules/lodash.once/package.json b/node_modules/lodash.once/package.json deleted file mode 100644 index a48f300..0000000 --- a/node_modules/lodash.once/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "_from": "lodash.once@^4.0.0", - "_id": "lodash.once@4.1.1", - "_inBundle": false, - "_integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=", - "_location": "/lodash.once", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "lodash.once@^4.0.0", - "name": "lodash.once", - "escapedName": "lodash.once", - "rawSpec": "^4.0.0", - "saveSpec": null, - "fetchSpec": "^4.0.0" - }, - "_requiredBy": [ - "/jsonwebtoken" - ], - "_resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "_shasum": "0dd3971213c7c56df880977d504c88fb471a97ac", - "_spec": "lodash.once@^4.0.0", - "_where": "/home/pruss/Dev/3-minute-website/node_modules/jsonwebtoken", - "author": { - "name": "John-David Dalton", - "email": "john.david.dalton@gmail.com", - "url": "http://allyoucanleet.com/" - }, - "bugs": { - "url": "https://github.com/lodash/lodash/issues" - }, - "bundleDependencies": false, - "contributors": [ - { - "name": "John-David Dalton", - "email": "john.david.dalton@gmail.com", - "url": "http://allyoucanleet.com/" - }, - { - "name": "Blaine Bublitz", - "email": "blaine.bublitz@gmail.com", - "url": "https://github.com/phated" - }, - { - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": "https://mathiasbynens.be/" - } - ], - "deprecated": false, - "description": "The lodash method `_.once` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "keywords": [ - "lodash-modularized", - "once" - ], - "license": "MIT", - "name": "lodash.once", - "repository": { - "type": "git", - "url": "git+https://github.com/lodash/lodash.git" - }, - "scripts": { - "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" - }, - "version": "4.1.1" -} |