diff options
Diffstat (limited to 'node_modules/lodash.isnumber/package.json')
-rw-r--r-- | node_modules/lodash.isnumber/package.json | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/node_modules/lodash.isnumber/package.json b/node_modules/lodash.isnumber/package.json deleted file mode 100644 index 26cd765..0000000 --- a/node_modules/lodash.isnumber/package.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "_from": "lodash.isnumber@^3.0.3", - "_id": "lodash.isnumber@3.0.3", - "_inBundle": false, - "_integrity": "sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=", - "_location": "/lodash.isnumber", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "lodash.isnumber@^3.0.3", - "name": "lodash.isnumber", - "escapedName": "lodash.isnumber", - "rawSpec": "^3.0.3", - "saveSpec": null, - "fetchSpec": "^3.0.3" - }, - "_requiredBy": [ - "/jsonwebtoken" - ], - "_resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "_shasum": "3ce76810c5928d03352301ac287317f11c0b1ffc", - "_spec": "lodash.isnumber@^3.0.3", - "_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@iceddev.com", - "url": "https://github.com/phated" - }, - { - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": "https://mathiasbynens.be/" - } - ], - "deprecated": false, - "description": "The lodash method `_.isNumber` exported as a module.", - "homepage": "https://lodash.com/", - "icon": "https://lodash.com/icon.svg", - "keywords": [ - "lodash-modularized", - "isnumber" - ], - "license": "MIT", - "name": "lodash.isnumber", - "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": "3.0.3" -} |