From 438f1e5c8a8827e338e3b329810db7e9aa382285 Mon Sep 17 00:00:00 2001 From: Colin Wiley Date: Fri, 31 Jul 2015 16:29:12 -0500 Subject: [PATCH] Added SweetAlerts to Package JSON --- client/app/components/searchBox.js | 1 + npm-debug.log | 113 ----------------------------- package.json | 4 +- 3 files changed, 3 insertions(+), 115 deletions(-) delete mode 100644 npm-debug.log diff --git a/client/app/components/searchBox.js b/client/app/components/searchBox.js index 3a333dd..8ad0511 100644 --- a/client/app/components/searchBox.js +++ b/client/app/components/searchBox.js @@ -1,4 +1,5 @@ var m = require('mithril'); +var path = require('path') var Location = require('../models/Location'); var Relocalc = require('../index'); var swal = require('sweetAlert'); diff --git a/npm-debug.log b/npm-debug.log deleted file mode 100644 index 3ad5554..0000000 --- a/npm-debug.log +++ /dev/null @@ -1,113 +0,0 @@ -0 info it worked if it ends with ok -1 verbose cli [ 'node', -1 verbose cli '/Users/colinwiley/.node/bin/npm', -1 verbose cli 'install', -1 verbose cli '--save', -1 verbose cli 'sweetAlert' ] -2 info using npm@2.11.3 -3 info using node@v0.12.5 -4 verbose install initial load of /Users/colinwiley/Documents/Relocalc/package.json -5 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/bluebird/package.json -6 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/body-parser/package.json -7 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/browserify/package.json -8 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/browserify-middleware/package.json -9 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/express/package.json -10 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/geolib/package.json -11 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/gulp/package.json -12 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/gulp-concat/package.json -13 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/gulp-jshint/package.json -14 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/gulp-nodemon/package.json -15 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/gulp-sass/package.json -16 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/gulp-uglify/package.json -17 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/gulp-util/package.json -18 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/gulp-watch/package.json -19 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/jshint-stylish/package.json -20 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/knex/package.json -21 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/mithril/package.json -22 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/pg/package.json -23 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/request/package.json -24 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/request-promise/package.json -25 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/underscore/package.json -26 verbose installManyTop reading scoped package data from /Users/colinwiley/Documents/Relocalc/node_modules/xml2js/package.json -27 info package.json geolib@2.0.17 No license field. -28 info package.json mithril@0.2.0 No license field. -29 verbose readDependencies loading dependencies from /Users/colinwiley/Documents/Relocalc/package.json -30 silly cache add args [ 'sweetAlert', null ] -31 verbose cache add spec sweetAlert -32 silly cache add parsed spec { raw: 'sweetAlert', -32 silly cache add scope: null, -32 silly cache add name: 'sweetAlert', -32 silly cache add rawSpec: '', -32 silly cache add spec: '*', -32 silly cache add type: 'range' } -33 silly addNamed sweetAlert@* -34 verbose addNamed "*" is a valid semver range for sweetAlert -35 silly addNameRange { name: 'sweetAlert', range: '*', hasData: false } -36 silly mapToRegistry name sweetAlert -37 silly mapToRegistry using default registry -38 silly mapToRegistry registry https://registry.npmjs.org/ -39 silly mapToRegistry uri https://registry.npmjs.org/sweetAlert -40 verbose addNameRange registry:https://registry.npmjs.org/sweetAlert not in flight; fetching -41 verbose request uri https://registry.npmjs.org/sweetAlert -42 verbose request no auth needed -43 info attempt registry request try #1 at 11:19:39 AM -44 verbose request id 2f0c7cfc773e4791 -45 http request GET https://registry.npmjs.org/sweetAlert -46 http 404 https://registry.npmjs.org/sweetAlert -47 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', -47 verbose headers 'content-type': 'application/json', -47 verbose headers 'cache-control': 'max-age=0', -47 verbose headers 'content-length': '51', -47 verbose headers 'accept-ranges': 'bytes', -47 verbose headers date: 'Fri, 31 Jul 2015 16:19:39 GMT', -47 verbose headers via: '1.1 varnish', -47 verbose headers age: '0', -47 verbose headers connection: 'keep-alive', -47 verbose headers 'x-served-by': 'cache-ord1725-ORD', -47 verbose headers 'x-cache': 'MISS', -47 verbose headers 'x-cache-hits': '0', -47 verbose headers 'x-timer': 'S1438359579.835302,VS0,VE149' } -48 silly get cb [ 404, -48 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)', -48 silly get 'content-type': 'application/json', -48 silly get 'cache-control': 'max-age=0', -48 silly get 'content-length': '51', -48 silly get 'accept-ranges': 'bytes', -48 silly get date: 'Fri, 31 Jul 2015 16:19:39 GMT', -48 silly get via: '1.1 varnish', -48 silly get age: '0', -48 silly get connection: 'keep-alive', -48 silly get 'x-served-by': 'cache-ord1725-ORD', -48 silly get 'x-cache': 'MISS', -48 silly get 'x-cache-hits': '0', -48 silly get 'x-timer': 'S1438359579.835302,VS0,VE149' } ] -49 verbose stack Error: 404 Not Found: sweetAlert -49 verbose stack at CachingRegistryClient. (/Users/colinwiley/.node/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:245:14) -49 verbose stack at Request._callback (/Users/colinwiley/.node/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:170:14) -49 verbose stack at Request.self.callback (/Users/colinwiley/.node/lib/node_modules/npm/node_modules/request/request.js:354:22) -49 verbose stack at Request.emit (events.js:110:17) -49 verbose stack at Request. (/Users/colinwiley/.node/lib/node_modules/npm/node_modules/request/request.js:1207:14) -49 verbose stack at Request.emit (events.js:129:20) -49 verbose stack at IncomingMessage. (/Users/colinwiley/.node/lib/node_modules/npm/node_modules/request/request.js:1153:12) -49 verbose stack at IncomingMessage.emit (events.js:129:20) -49 verbose stack at _stream_readable.js:908:16 -49 verbose stack at process._tickCallback (node.js:355:11) -50 verbose statusCode 404 -51 verbose pkgid sweetAlert -52 verbose cwd /Users/colinwiley/Documents/Relocalc -53 error Darwin 14.4.0 -54 error argv "node" "/Users/colinwiley/.node/bin/npm" "install" "--save" "sweetAlert" -55 error node v0.12.5 -56 error npm v2.11.3 -57 error code E404 -58 error 404 Not Found: sweetAlert -58 error 404 -58 error 404 'sweetAlert' is not in the npm registry. -58 error 404 Your package name is not valid, because -58 error 404 -58 error 404 1. name can no longer contain capital letters -58 error 404 It was specified as a dependency of 'relocalc' -58 error 404 -58 error 404 Note that you can also install from a -58 error 404 tarball, folder, http url, or git url. -59 verbose exit [ 1, true ] diff --git a/package.json b/package.json index f2d9a24..10b25a1 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "pg": "^4.4.0", "request": "^2.60.0", "request-promise": "^0.4.3", + "sweetalert": "^1.1.0", "underscore": "^1.8.3", - "xml2js": "^0.4.9", - "sweetalert": "^1.1.0" + "xml2js": "^0.4.9" }, "devDependencies": { "gulp": "^3.9.0",